Improve simple arithmetic example.
Chris Pressey
3 years ago
2 changed file(s) with
6 addition(s)
and
5 deletion(s)
.
Raw diff
Collapse all
Expand all
+5
-4
eg/arithmetic.flobnar
less
more
0
0
3
1
*>
2
9+@
3
/>
4
2
1
* <
2
98+@
3
3/<
4
-<
5
1
+1
-1
eg/examplePrograms.jsonp.js
less
more
0
0
examplePrograms = [
1
1
{
2
"contents": "3\n*>\n9+@\n/>\n2\n",
2
"contents": "3\n* <\n98+@\n3/<\n-<\n1\n",
3
3
"filename": "arithmetic.flobnar"
4
4
},
5
5
{