VARIABLESSSS

This commit is contained in:
SpookyDervish
2025-10-13 21:05:03 +11:00
parent 4e17674361
commit f9cd1dba29
17 changed files with 366 additions and 65 deletions

View File

@@ -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)));