Jump to content

User input/Text: Difference between revisions

(Nimrod -> Nim)
Line 842:
disp(i);
disp(ri);</lang>
 
=={{header|Oforth}}==
 
<lang Oforth>func: testInput
{
| s n |
System.Console askln ->s
while (System.Console askln asInteger dup ->n isNull) [ "Not an integer" println ]
 
System.Out "Received : " << s << " and " << n << cr
}</lang>
 
=={{header|Oz}}==
1,015

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.