index
:
tour
this commit
master
touring some programming systems
elioat <elioat@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
scripting-lang
/
scratch_tests
/
test_simple_plus.txt
blob: 327d9aab87be22b695ed49825143db2821d4bd4b (
plain
) (
blame
)
1
2
3
/* Simple addition test */ result : 5 + 3; ..out result;