Forth 中的大多数单词都是后缀,但有些似乎是前缀。这样的字要怎么写呢?常见的用例是什么?
就我而言,正确的解决方案是“解析单词”。我只是不太熟悉 Forth 术语,但设法找到了它。
使用gforth:
: foo parse-name ; ok
foo bar .s <2> 94421291333284 3 ok 2
type bar ok
更多信息在这里:https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/The-Input-Stream.html