A+B: Difference between revisions

129 bytes added ,  7 months ago
Add Nu
imported>J7M
(add example for SmallBASIC)
imported>Brie
(Add Nu)
Line 4,102:
20 INPUT "ENTER NUMBER B: ",B
30 PRINT A+B</syntaxhighlight>
 
=={{header|Nu}}==
<syntaxhighlight lang="nu">
input | parse "{a} {b}" | first | values | into int | math sum
</syntaxhighlight>
 
=={{header|Nutt}}==
Anonymous user