tanta roba, wip scope

This commit is contained in:
uan
2026-02-03 23:07:33 +01:00
parent fbae7bc5d5
commit 969de6a59b
5 changed files with 474 additions and 19 deletions

View File

@@ -1,3 +1,9 @@
fn bool singledigit(int x) {
return x < 10;
fn foo() int {
let y int = 2;
let z int = y*2;
return y;
}
fn bar() float {
return 5.5;
}