#module \ Keyboard #deffunc local \ Show showing = True text = "" Return #deffunc local \ Hide showing = False Return #deffunc local \ GetChar if showing = False { Return "" } ; text += charDict Return "" #deffunc local \ Draw #global