about summary refs log tree commit diff stats
path: root/awk/vm/debug.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'awk/vm/debug.coffee')
-rw-r--r--awk/vm/debug.coffee6
1 files changed, 6 insertions, 0 deletions
diff --git a/awk/vm/debug.coffee b/awk/vm/debug.coffee
new file mode 100644
index 0000000..0663cec
--- /dev/null
+++ b/awk/vm/debug.coffee
@@ -0,0 +1,6 @@
+x = 5
+SHOW
+y = 3
+SHOW
+z = x + y
+SHOW 
\ No newline at end of file