为了扩展这一点,我如何使用变量来扩展呢?
fvariable foo 6.2e foo f! fvariable boo 8.2e boo f! boo @ foo @ f> // How is this done?
发布于 2018-03-05 13:40:31
您可以使用f@和f!访问浮点变量。
f@
f!
boo f@ foo f@ f>
https://stackoverflow.com/questions/49101459
相似问题