mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
fscript support module
This commit is contained in:
parent
f8321ea6e5
commit
17cd2f5bdf
7
tests/fscripts/foo.fs
Normal file
7
tests/fscripts/foo.fs
Normal file
@ -0,0 +1,7 @@
|
||||
function foo(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
function bar(a, b) {
|
||||
return a - b;
|
||||
}
|
Loading…
Reference in New Issue
Block a user