Files
IBAFLang/IBAF-Tests/IBAF-1/fun.ibaf
2023-12-10 16:51:49 +01:00

9 lines
54 B
Plaintext

fun test() {
return 3;
}
x = test();
print(x);