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