mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-23 23:28:46 +00:00
Functions in X86
This commit is contained in:
parent
8907ab2119
commit
b19bea4d58
13 changed files with 126 additions and 67 deletions
|
|
@ -5,6 +5,8 @@ fun ack (m, n) {
|
|||
fi
|
||||
}
|
||||
|
||||
read (x);
|
||||
|
||||
for m := 0, m <= 3, m := m+1 do
|
||||
for n := 0, n <= 8, n := n+1 do
|
||||
write (ack (m, n))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue