about summary refs log tree commit diff stats
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