2018-02-20 22:21:46 -05:00
|
|
|
set a "Het\n"
|
|
|
|
set b a
|
|
|
|
print b
|
2018-02-07 09:26:36 -05:00
|
|
|
|
2018-02-20 22:21:46 -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)
|