5 lines
46 B
Text
5 lines
46 B
Text
|
|
while [true][
|
||
|
|
i: input "> "
|
||
|
|
print i
|
||
|
|
]
|