aboutsummaryrefslogtreecommitdiffstats
path: root/script
blob: c3837a34c8a2bcc35c89e22faf71892134d39b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set a "Het\n"
set b a
print b

#set a 0
#do
#	print "> "
#	gets text
#	set input "("
#	concat input text
#	concat input ")"
#	expr input a
#	print a
#	print "\n"
#while (1)