forked from solstice/solstice
make function calling better
This commit is contained in:
@@ -3,4 +3,4 @@ def add(int a, int b) int {
|
||||
return 3
|
||||
}
|
||||
|
||||
puts add(1 2)
|
||||
puts add(1, 2)
|
||||
|
||||
Reference in New Issue
Block a user