RosettaCodeData/Task/User-input-Text/Deja-Vu/user-input-text.djv

12 lines
220 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
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