6 lines
109 B
Text
6 lines
109 B
Text
without js
|
|
while true do
|
|
integer ch = wait_key()
|
|
if ch=#1B then exit end if
|
|
puts(1,ch)
|
|
end while
|