Skip to content

Commit

Permalink
Macro.Variable type
Browse files Browse the repository at this point in the history
Incomplete...
  • Loading branch information
projecteon committed Sep 14, 2022
1 parent 798c6d2 commit c46388b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datatype/_macro.lua
Expand Up @@ -11,4 +11,5 @@
--- @field public Return fun(): string The value that was returned by the last completed subroutine
--- @field public RunTime fun(): number How long the macro has been running (in seconds)
--- @field public StackSize fun(): number StackSize?
--- @field public Undeclared fun() will list all undeclared variables
--- @field public Undeclared fun() will list all undeclared variables
--- @field public Variable fun(name: string): int|bool|fun(): nil|true # Attemps to get Macro variable into LUA

0 comments on commit c46388b

Please sign in to comment.