Input loop: Difference between revisions

added Arturo
(added Arturo)
Line 519:
 
</pre>
 
=={{header|Arturo}}==
 
<syntaxhighlight lang="arturo">while [true][
i: input "> "
print i
]</syntaxhighlight>
 
=={{header|AutoHotkey}}==
1,532

edits