WIP, Functions are declared, still not called

This commit is contained in:
2025-02-11 11:55:35 +11:00
parent 7a8c415b3f
commit 258968d7a4
11 changed files with 119 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
fn name(foobar: bool const) {
//return 42;
print foobar;
}