about summary refs log tree commit diff stats
path: root/awk/vm/simple.coffee
blob: 0a596a7b1fefec36e9d3ee3674b2ce8ee1ae5611 (plain) (blame)
1
2
3
4
x = 5
y = 3
z = x + y
result = z * 2