std-vlisp-p | ![]() |
Predicate if the Visual Lisp Runtime System is loaded and the function was called under this RTS or IDE. It is nil with the First Beta (VLISP beta1), which expired at the beginning of July 98, because this system used a different function naming convention for the vl extensions.
It can not be used to decide if the Runtime System is available at all, only if it is currently in effect.
VL is the abbrevation for Visual Lisp or Vital Lisp.
VLISP is the abbrevation for Visual Lisp only.
VILL is the abbrevation for Vital Lisp only.
It's implemented using a special feature only available under this system:
Currently if the function VL-FILE-SIZE is defined.
Cached version
This function is only called once, the result is stored in the global symbol *DEF-VLISP*
. All subsequent calls just return a result dependent on the value of this symbol.
None
T or nil.
Works with the global symbol *DEF-VLISP*
.
Defined in STDINIT