popf
popf(g_place) =>g_result
Description
A pop that uses the setf function. It returns the value for g_place that is removed.
Arguments
Value Returned
Examples
a = '((4 1) 2 3)
popf(car(a) )
=> 4
a == '((1) 2 3)
Related Topics
Return to top
popf(g_place) =>g_result
A pop that uses the setf function. It returns the value for g_place that is removed.
a = '((4 1) 2 3)
popf(car(a) )
=> 4
a == '((1) 2 3)