3 lines
85 B
Text
3 lines
85 B
Text
|
|
var s = Sys.readln("Enter a string: ");
|
||
|
|
var i = Sys.readln("Enter a number: ").to_i;
|