Vle-extensions-active

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
変数 vle-extensions-active


機能
この変数は、VLE機能拡張が存在しアクティブかどうかを示す。


引数
  • なし


戻り値
T = VLE拡張機能がアクティブ。 NIL = VLE機能拡張はアクティブではない。


サンプル

<syntaxhighlight lang="lisp" line> (if vle-extensions-active

 (princ "VLE使える \(^o^)/")
 (princ "VLE使えない (´・ω・`)")

) </syntaxhighlight>



関連事項