aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.moon')
-rw-r--r--lib/debug.moon2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debug.moon b/lib/debug.moon
index 6888d89..ece365f 100644
--- a/lib/debug.moon
+++ b/lib/debug.moon
@@ -1,6 +1,8 @@
import Op from require 'core'
class out extends Op
+ @doc: "(out name-str value) - log value to the console"
+
setup: (name, @chld) =>
@name = name\getc!