Lua.AST.Statement.Goto (Lua v1.0.0-rc.1)
View SourceRepresents a goto statement: goto label
Introduced in Lua 5.2.
Summary
Types
@type t() :: %Lua.AST.Statement.Goto{label: String.t(), meta: Lua.AST.Meta.t() | nil}
Represents a goto statement: goto label
Introduced in Lua 5.2.
@type t() :: %Lua.AST.Statement.Goto{label: String.t(), meta: Lua.AST.Meta.t() | nil}