diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-10 17:51:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-10 17:51:24 +0000 |
| commit | 6c18ffdcc493bce6bfec4f5e64453ec7d6140253 (patch) | |
| tree | bd3f3fe647a8ad66d7c77c918174a464389a70f3 /lib/debug.moon | |
| parent | closures (diff) | |
| download | alive-6c18ffdcc493bce6bfec4f5e64453ec7d6140253.tar.gz alive-6c18ffdcc493bce6bfec4f5e64453ec7d6140253.zip | |
add doc, import, import*, defn
Diffstat (limited to 'lib/debug.moon')
| -rw-r--r-- | lib/debug.moon | 2 |
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! |
