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