Files
IBAFLang/IBAF-Tests/IBAF-1/fun.ibaf

9 lines
58 B
Plaintext

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