mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
11 lines
214 B
Lua
11 lines
214 B
Lua
-- Script run when creating a VM
|
|
return [[
|
|
(Built-in type definition)
|
|
:nil="nil"
|
|
:number="number"
|
|
:string="string"
|
|
:list="list"
|
|
:pair="pair"
|
|
:event buffer="event buffer"
|
|
:function reference="function reference"
|
|
]]
|