VARIABLESSSS
This commit is contained in:
@@ -2,7 +2,7 @@ depend "io.pla"
|
||||
depend "string.pla"
|
||||
|
||||
add = Func(a: Int, b: Int): Int {
|
||||
return a + b
|
||||
return a + b;
|
||||
}
|
||||
|
||||
print(String(add(1, 3)))
|
||||
print(String(add(1, 3)));
|
||||
Reference in New Issue
Block a user