mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Update builtin scripts
This commit is contained in:
parent
fe897688d6
commit
f0ecfbb43b
3 changed files with 19 additions and 19 deletions
|
|
@ -1,16 +1,16 @@
|
|||
-- Script run when creating a VM
|
||||
return [[
|
||||
(Built-in type definition)
|
||||
:nil="nil"
|
||||
:number="number"
|
||||
:string="string"
|
||||
:list="list"
|
||||
:map="map"
|
||||
:pair="pair"
|
||||
:function reference="function reference"
|
||||
:variable reference="variable reference"
|
||||
:object="object"
|
||||
:annotated="annotated"
|
||||
::nil="nil"
|
||||
::number="number"
|
||||
::string="string"
|
||||
::list="list"
|
||||
::map="map"
|
||||
::pair="pair"
|
||||
::function reference="function reference"
|
||||
::variable reference="variable reference"
|
||||
::object="object"
|
||||
::annotated="annotated"
|
||||
|
||||
:pi=3.1415926535898
|
||||
::pi=3.1415926535898
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue