1

私はサムの解読チュートリアルに従っています。彼がそうするとき8 group、私のコンピューターでは、ファクターはそれがgroup機能を知らないことを不満に思っています。

( scratchpad ) "01101001001000000110011001110101011000110110101101100101011001000010000001111001011011110111010101110010001000000110110101101111011011010000110100001010011000010110111001100100001000000110111001101111011101110010000001100110011011110111001000100000011110010110111101110101"

--- Data stack:
"0110100100100000011001100111010101100011011010110110010101100..."
( scratchpad ) 8 group
1: 8 group
          ^
No word named “group” found in current vocabulary search path

The following restarts are available:

:1      Use the grouping vocabulary
:2      Use the unix.ffi vocabulary
:3      Use the unix.groups vocabulary
4 :res  Defer word in current vocabulary

Type :help for debugging help.

どうやらグループ化モジュールgroupにありますが、インタプリタにモジュールをインポートする方法がわかりません(HaskellのGHCiのようなもの)。+m module

4

1 に答える 1

1

インタプリタで、入力USE: grouping ;して単一の語彙を検索パスUSING: a b c ;に追加するか、語彙のリストを追加します。

ドキュメント:使用:使用

于 2011-08-18T00:18:42.270 に答える