Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単語が Forth で既に定義されている場合、その定義を出力する方法はありますか?
emit、などの Forth の組み込み関数の多くはdrop、言語自体の観点から定義されていると聞いたので、それらの定義を確認できるようにしたいと思います。
emit
drop
通常使用できます
see emit
Gforth では、次のようなものが得られます。
: (emit) outfile-id emit-file drop ; latestxt Defer emit IS emit ok