here is a code snippet that i made for a dude so he didn't have to use input (even though i think input is easier)
if inkey$()="a" then print "a"
if inkey$()="b" then print "b"
if inkey$()="c" then print "c"
if inkey$()="d" then print "d"
if inkey$()="e" then print "e"
if inkey$()="f" then print "f"
if inkey$()="g" then print "g"
if inkey$()="h" then print "h"
if inkey$()="i" then print "i"
if inkey$()="j" then print "j"
if inkey$()="k" then print "k"
if inkey$()="l" then print "l"
if inkey$()="m" then print "m"
if inkey$()="n" then print "n"
if inkey$()="o" then print "o"
if inkey$()="p" then print "p"
if inkey$()="q" then print "q"
if inkey$()="r" then print "r"
if inkey$()="s" then print "s"
if inkey$()="t" then print "t"
if inkey$()="u" then print "u"
if inkey$()="v" then print "v"
if inkey$()="w" then print "w"
if inkey$()="x" then print "x"
if inkey$()="y" then print "y"
if inkey$()="z" then print "z"
if spacekey()=1 then print " "
enjoy!
---Mattman
"Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done." Andy Rooney