namespaces ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


ドキュメント
Dynamic variables and namespaces

メタデータ
タグ:collections
作者:Slava Pestov


ワード

通常ワード
ワードスタック効果
+@( n variable -- )
bind( ns quot -- )
change( variable quot -- )
change-global( variable quot -- )
counter( variable -- n )
dec( variable -- )
get( variable -- value )
get-global( variable -- value )
global( -- g )
inc( variable -- )
init-namespaces( -- )
initialize( variable quot -- )
make-assoc( quot exemplar -- hash )
namespace( -- namespace )
namestack( -- namestack )
off( variable -- )
on( variable -- )
set( value variable -- )
set-global( value variable -- )
set-namestack( namestack -- )
with-scope( quot -- )
with-variable( value key quot -- )


ファイル
resource:core/namespaces/namespaces.factor
resource:core/namespaces/namespaces-docs.factor
resource:core/namespaces/namespaces-tests.factor



ボキャブラリ概要
namespaces.privatenamespaces.private ボキャブラリ