RosettaCodeData/Task/User-input-Text/Deja-Vu/user-input-text.djv
2014-01-17 05:34:36 +00:00

11 lines
220 B
Text

input s:
!print\ s
!decode!utf-8 !read-line!stdin
local :astring input "Enter a string: "
true
while:
try:
to-num input "Enter the number 75000: "
/= 75000
catch value-error:
true