This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
awtk
Watch
1
Star
0
Fork
0
You've already forked awtk
mirror of
https://gitee.com/zlgopen/awtk.git
synced
2024-12-04 21:17:50 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
f5735b887f
awtk
/
tests
/
fscripts
/
demo_zh_var_func.fs
9 lines
144 B
Forth
Raw
Normal View
History
Unescape
Escape
fscript support chinese var/function name
2021-11-20 17:33:29 +08:00
function
计算总价(数量,
单价)
{
return
数量*单价;
}
improve fscript samples
2022-08-23 11:21:48 +08:00
var
数量=100
var
单价=20
fscript support chinese var/function name
2021-11-20 17:33:29 +08:00
print("总价:",
计算总价(数量,
单价))
Reference in New Issue
Copy Permalink