inSkill
inSkill(g_form) =>g_result
Description
Evaluates a form as top-level SKILL code, disregarding the surrounding evaluation context.
Arguments
Value Returned
Examples
Sets a SKILL global variable, even if this code appears inside a SKILL++ file.
(inSkill
skillVar = 100)
=> 100
Related Topics
Return to top