about summary refs log tree commit diff stats
path: root/awk/vm/debug.coffee
blob: 0663cece25d1639e51b65be5c9b5019e77765f01 (plain) (blame)
1
2
3
4
5
6
x = 5
SHOW
y = 3
SHOW
z = x + y
SHOW