Rebol Programming/get-face
Tools
General
Sister projects
In other projects
GET-FACE face
Returns the primary value of a face.
GET-FACE is a function value.
get-face: func [ "Returns the primary value of a face." face /local access][ if all [ access: get in face 'access in access 'get-face* ] [ access/get-face* face ]]