mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
X86 almost done for expr + stms (GC issues)
This commit is contained in:
parent
9bec185603
commit
2aa460a25a
6 changed files with 30 additions and 43 deletions
|
|
@ -6,5 +6,5 @@ lists := [
|
|||
];
|
||||
|
||||
for i := 0, i<lists.length, i:=i+1 do
|
||||
printf ("%s\n", lists[i].string)
|
||||
od
|
||||
printf ("%s\n", lists[i].string)
|
||||
od
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue