mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Functions are written, but not yet executed, untested
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user