dynamic
dynamic(
s_varName
)
=> g_value / error
Description
This syntax form returns the value of the dynamic variable s_varName. If s_varName is not a dynamic variable, it returns an error.
Arguments
Value Returned
Examples
kx
=> *Error* toplevel: undefined variable - kx
(inScheme x = 9 (setf (dynamic kx) x))
9=>
kx
=>9
Related Topics
Function and Program Structure
Return to top