working towards function overloading, the emitted functions and function calls are now decorated and we're starting to get the prereqs for function lookup
This commit is contained in:
@@ -12,7 +12,8 @@ fun some_other_function(in: bool): float {
|
||||
return 0.0
|
||||
}
|
||||
fun main(): int {
|
||||
simple_print("Hello World!")
|
||||
simple_print("Hello World!\n")
|
||||
simple_print(1337)
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user