pushf
pushf( g_objg_place) =>g_newPlaceValue
Description
A push that uses the setf function. It modifies the contents of the original storage location.
Arguments
Value Returned
Examples
a = list((list 1) 2 3)
pushf(4 (car a))
=> a == '((4 1) 2 3)
Related Topics
Return to top