From 6c18ffdcc493bce6bfec4f5e64453ec7d6140253 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 10 Feb 2020 18:51:24 +0100 Subject: add doc, import, import*, defn --- lib/debug.moon | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/debug.moon') 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! -- cgit v1.2.3