mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +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
|
||
|
}
|