make function calling better

This commit is contained in:
2025-12-28 13:49:05 +11:00
parent b46a66cea7
commit c266728ff0
2 changed files with 14 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ def add(int a, int b) int {
return 3
}
puts add(1 2)
puts add(1, 2)