Files
tsvm/assets/disk0/returnany.js
2021-04-23 14:24:15 +09:00

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();