A+B: Difference between revisions

imported>PauliKL
Line 2,598:
 
=={{header|EMal}}==
<syntaxhighlight lang="emalecmascript">
fun main = int by List args
text input = when(args.length == 1, args[0], ask(text, "Enter n integers separated by a space: "))
224

edits