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
/
awk
/
vm
/
simple.coffee
blob: 0a596a7b1fefec36e9d3ee3674b2ce8ee1ae5611 (
plain
) (
blame
)
1
2
3
4
x
=
5
y
=
3
z
=
x
+
y
result
=
z
*
2