mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
test calls
This commit is contained in:
parent
031217f6c6
commit
63c9d5300c
2 changed files with 151 additions and 28 deletions
3
test.sl
3
test.sl
|
|
@ -1,7 +1,8 @@
|
|||
fn fizzbuzz() {
|
||||
let i = 0;
|
||||
while i < 100 {
|
||||
# don't have function calls yet :(
|
||||
let out = single_fizzbuzz(i);
|
||||
print(out);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue