1
0
Fork 0
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:
Étienne Fildadut 2022-09-16 20:23:01 +09:00
parent fe897688d6
commit f0ecfbb43b
3 changed files with 19 additions and 19 deletions

View file

@ -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
]]