about summary refs log tree commit diff stats
path: root/js/baba-yaga/debug-test.baba
diff options
context:
space:
mode:
Diffstat (limited to 'js/baba-yaga/debug-test.baba')
-rw-r--r--js/baba-yaga/debug-test.baba4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/baba-yaga/debug-test.baba b/js/baba-yaga/debug-test.baba
new file mode 100644
index 0000000..7025a99
--- /dev/null
+++ b/js/baba-yaga/debug-test.baba
@@ -0,0 +1,4 @@
+// debug-test.baba - Debug what's actually returned
+
+result : io.callJS "Math.abs" [-42];
+debug.inspect result;