mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
println("This program attemps to read a string and returns it verbatim. If the underlying shell is not insane, errorlevel must be 0.\nNow, let's put this to the test...");
|
|
print("Your word? ");
|
|
return read();
|