mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
8 lines
79 B
Forth
8 lines
79 B
Forth
|
function foo(a, b) {
|
||
|
return a + b
|
||
|
}
|
||
|
|
||
|
function bar(a, b) {
|
||
|
return a - b
|
||
|
}
|