Vle-extensions-active
- 構文
- (vle-extensions-active)
- 機能
- この変数は、VLE機能拡張が存在しアクティブかどうかを示す。(らしいけど使えないっぽい?)
- 引数
-
- なし
- 戻り値
- T = VLE拡張機能がアクティブ。 NIL = VLE機能拡張はアクティブではない。
- サンプル
<syntaxhighlight lang="lisp" line> (vle-extensions-active) T :使える
</syntaxhighlight>
関連事項