function params

This commit is contained in:
2025-05-31 17:06:27 +02:00
parent 16431b2ea2
commit 7fa08d8b37
5 changed files with 91 additions and 100 deletions

View File

@@ -1,3 +1,6 @@
func print_i64[x : I64] : I64
printf("%d\n", x)
func main[] : I64
let a: I64 = 0
let b: I64 = 1