Files
oraset/test_func.ora
T
JGZ_YES 51ece5afed
Build and Package Oraset / build (macos-latest) (push) Waiting to run
Build and Package Oraset / build (ubuntu-latest) (push) Waiting to run
Build and Package Oraset / build (windows-latest) (push) Waiting to run
Build and Package Oraset / release (push) Blocked by required conditions
Initial commit: Oraset B-5
2026-07-23 13:25:11 +08:00

6 lines
90 B
Plaintext

proc add(a, b) {
return a + b;
}
let result = add(5, 3);
echo("add(5, 3) =", result);