Added indirection to types in prep for function calls, full passthrough, and the first real hello world
This commit is contained in:
@@ -11,4 +11,8 @@ fun some_function(): int return 0;
|
||||
fun some_other_function(in: bool): float {
|
||||
return 0.0
|
||||
}
|
||||
fun main(): int {
|
||||
simple_print("Hello World!")
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user