support up to 6 args, euler

This commit is contained in:
2025-06-01 16:12:47 +02:00
parent 7fa08d8b37
commit 8a0fbac739
12 changed files with 213 additions and 24 deletions

View File

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