Initial commit: Oraset B-5 with C++ style features
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
proc add(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
let result = add(5, 3);
|
||||
echo("add(5, 3) =", result);
|
||||
Reference in New Issue
Block a user