RosettaCodeData/Task/User-input-Text/Zkl/user-input-text.zkl

3 lines
63 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
str:=ask("Gimmie a string: ");
n:=ask("Type 75000: ").toInt();