Lua.AST.Statement.Goto (Lua v1.0.0-rc.0)

View Source

Represents a goto statement: goto label

Introduced in Lua 5.2.

Summary

Types

t()

@type t() :: %Lua.AST.Statement.Goto{label: String.t(), meta: Lua.AST.Meta.t() | nil}