Rebol Programming/get-face
USAGE:
editGET-FACE face
DESCRIPTION:
editReturns the primary value of a face.
GET-FACE is a function value.
ARGUMENTS
edit- face -- (Type: any)
SOURCE CODE
editget-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 ] ]