mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Add for loops
This commit is contained in:
parent
a212dd7fd1
commit
efb99a9ed7
28 changed files with 284 additions and 21 deletions
|
|
@ -26,6 +26,7 @@ return function(main_state)
|
|||
"boot",
|
||||
"number",
|
||||
"string",
|
||||
"symbol",
|
||||
"text",
|
||||
"pair",
|
||||
"structures",
|
||||
|
|
@ -34,6 +35,7 @@ return function(main_state)
|
|||
"function",
|
||||
"resume",
|
||||
"persist",
|
||||
"for",
|
||||
"script"
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue