interpreter/script

16 lines
173 B
Plaintext
Raw Normal View History

set a "Het\n"
set b a
print b
2018-02-07 09:26:36 -05:00
#set a 0
#do
# print "> "
# gets text
# set input "("
# concat input text
# concat input ")"
# expr input a
# print a
# print "\n"
#while (1)