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/gui.moon | |
| parent | closures (diff) | |
| download | alive-6c18ffdcc493bce6bfec4f5e64453ec7d6140253.tar.gz alive-6c18ffdcc493bce6bfec4f5e64453ec7d6140253.zip | |
add doc, import, import*, defn
Diffstat (limited to 'lib/gui.moon')
| -rw-r--r-- | lib/gui.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gui.moon b/lib/gui.moon index 69c97a3..32f23f7 100644 --- a/lib/gui.moon +++ b/lib/gui.moon @@ -4,6 +4,10 @@ import Registry from require 'registry' import Copilot from require 'copilot' class out extends Op + @doc: "(out name-str value) - show the output + +display value as a bar" + setup: (name, @chld) => @@instances[@name] = nil if @name @name = name\getc! |
