mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
4 lines
73 B
Forth
4 lines
73 B
Forth
|
var m = require('foobar.fs')
|
||
|
print(m.foo(100, 99))
|
||
|
print(m.bar(100, 99))
|