Closed FilipToth closed 3 years ago
Add support for function declarations.
You can now declare subroutines (They can't return anything yet)
function add(x: int, y: int) { var a = x + y print(toString(a)) } add(15, 36)
Add support for function declarations.
Usage
You can now declare subroutines (They can't return anything yet)
Syntax