setf_dynamic
setf_dynamic(g_values_name) =>g_value
Description
Evaluates g_value in the current lexical scope and updates the SKILL variable named s_name.
Arguments
Value Returned
Examples
kx
=>0
(inScheme x = 9 (setf (dynamic kx) x))
=>9
kx
=>9
Related Topics
Function and Program Structure
Return to top