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
/
test.coffee
blob: aecda1482235b824ecfd1ceeafb5b044ff6f2688 (
plain
) (
blame
)
1
2
3
4
5
6
7
# Calculate sum
x
=
5
y
=
3
z
=
x
+
y
# Double it
result
=
z
*
2