Sorry, didn't work...
Maybe that command isn't valid in Petit Computer.
Maybe it's something they added in SmileBasic!
Oh well! :]
Does that command work in SmileBasic?
No, like, I wanted to do this:
IMPUT "Write OK, okay?" ;OK$
IF IMPUT = "No"
THEN PRINT "I said yes."
But it wouldn't work!
(i also tried putting two =s intead of one, didn't work either)
*do I have to write:
IF IMUPT OK$ = "No"
instead?