Luai: : multiple things found
177 in total. Matching items are listed below:
  • 2.1 Lexical Conventions
  • 2.10 Garbage Collection
  • 2.10.1 Garbage-Collection Metamethods
  • 2.10.2 Weak Tables
  • 2.11 Coroutines
  • 2.2 Values and Types
  • 2.2.1 Coercion
  • 2.3 Variables
  • 2.4 Statements
  • 2.4.1 Chunks
  • 2.4.2 Blocks
  • 2.4.3 Assignment
  • 2.4.4 Control Structures
  • 2.4.5 For Statement
  • 2.4.6 Function Calls as Statements
  • 2.4.7 Local Declarations
  • 2.5 Expressions
  • 2.5.1 Arithmetic Operators
  • 2.5.2 Relational Operators
  • 2.5.3 Logical Operators
  • 2.5.4 Concatenation
  • 2.5.5 The Length Operator
  • 2.5.6 Precedence
  • 2.5.7 Table Constructors
  • 2.5.8 Function Calls
  • 2.5.9 Function Definitions
  • 2.6 Visibility Rules
  • 2.7 Error Handling
  • 2.8 Metatables
  • 2.9 Environments
  • 3.1 The Stack
  • 3.2 Stack Size
  • 3.3 Pseudo-Indices
  • 3.4 C Closures
  • 3.5 Registry
  • 3.6 Error Handling in C
  • 3.7 Functions and Types
  • 3.8 The Debug Interface
  • 4.1 Functions and Types
  • 5.1 Basic Functions
  • 5.2 Coroutine Manipulation
  • 5.3 Modules
  • 5.4 String Manipulation
  • 5.4.1 Patterns
  • 5.5 Table Manipulation
  • 5.6 Mathematical Functions
  • 5.7 Input and Output Facilities
  • 5.8 Operating System Facilities
  • 5.9 The Debug Library
  • 7.1 Changes in the Language
  • 7.2 Changes in the Libraries
  • 7.3 Changes in the API
  • assert collectgarbage coroutine.create
    coroutine.resume coroutine.running coroutine.status
    coroutine.wrap coroutine.yield debug.debug
    debug.getfenv debug.gethook debug.getinfo
    debug.getlocal debug.getmetatable debug.getregistry
    debug.getupvalue debug.setfenv debug.sethook
    debug.setlocal debug.setmetatable debug.setupvalue
    debug.traceback dofile error
    file:close file:flush file:lines
    file:read file:seek file:setvbuf
    file:write getfenv getmetatable
    io.close io.flush io.input
    io.lines io.open io.output
    io.popen io.read io.tmpfile
    io.type io.write ipairs
    load loadfile loadstring
    math.abs math.acos math.asin
    math.atan math.atan2 math.ceil
    math.cos math.cosh math.deg
    math.exp math.floor math.fmod
    math.frexp math.ldexp math.log
    math.log10 math.max math.min
    math.modf math.pow math.rad
    math.random math.randomseed math.sin
    math.sinh math.sqrt math.tan
    math.tanh module next
    os.clock os.date os.difftime
    os.execute os.exit os.getenv
    os.remove os.rename os.setlocale
    os.time os.tmpname package.loadlib
    package.seeall pairs pcall
    print rawequal rawget
    rawset require select
    setfenv setmetatable string.byte
    string.char string.dump string.find
    string.format string.gmatch string.gsub
    string.len string.lower string.match
    string.rep string.reverse string.sub
    string.upper table.concat table.insert
    table.maxn table.remove table.sort
    tonumber tostring type
    unpack xpcall

    [ ? | ]