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
/
simple_test.txt
blob: 5f1c5df995a5c2f9b2d7163e93882a8ec3d2be41 (
plain
) (
blame
)
1
2
3
4
/* Simple test */ x : 5; y : x - 1; ..out y;