Functions are written, but not yet executed, untested

This commit is contained in:
2025-02-10 20:17:53 +11:00
parent 344c265918
commit 7a8c415b3f
2 changed files with 104 additions and 50 deletions

View File

@@ -1,17 +1,5 @@
fn name() {
//return 42;
}
fn name(param1: int, param2: float, param3: string, param4) {
//return 42;
}
fn name(foobar: bool const) {
//return 42;
}