11 lines
171 B
Text
11 lines
171 B
Text
|
|
print "The computer says \"Hello world\".\n\t🙂"
|
||
|
|
repeat
|
||
|
|
s$ = input
|
||
|
|
until error = 1
|
||
|
|
print s$
|
||
|
|
.
|
||
|
|
print ""
|
||
|
|
input_data
|
||
|
|
The computer says "Hello world".
|
||
|
|
🙂
|