feat: add syntax config constants
fix(VarStore): better hash function
This commit is contained in:
parent
19d6f6fd70
commit
a66bfff424
9 changed files with 125 additions and 56 deletions
8
examples/count_in_french.ltor
Normal file
8
examples/count_in_french.ltor
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
definir index comme 0
|
||||
|
||||
tant que index < 10 faire
|
||||
print_number(index)
|
||||
definir index comme index + 1
|
||||
fin
|
||||
print_number(index)
|
||||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
set a to input_number()
|
||||
print_number(a)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue