Files
oraset/test_func.ora
T
JGZ_YES c30eb9b7ad
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
Oraset B-5: Clean repository with only C implementation
2026-07-23 13:27:04 +08:00

6 lines
90 B
Plaintext

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