Jump to content

Non-decimal radices/Input: Difference between revisions

Added Easylang
m (→‎{{header|Wren}}: Minor tidy)
(Added Easylang)
Line 362:
? __makeInt("200", 10)
# value: 200</syntaxhighlight>
 
=={{header|EasyLang}}==
<syntaxhighlight>
a = number input
print a
#
input_data
1234
</syntaxhighlight>
{{out}}
<pre>
1234
</pre>
 
=={{header|Elixir}}==
2,056

edits

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