Rebol Programming/set-para
USAGE:Edit
SET-PARA aface 'word val
DESCRIPTION:Edit
(undocumented)
SET-PARA is a function value.
ARGUMENTSEdit
- aface -- (Type: any)
- word -- (Type: any)
- val -- (Type: any)
SOURCE CODEEdit
set-para: func [aface 'word val][ if none? aface/para [aface/para: vid-face/para] if not flag-face? aface para [aface/para: make aface/para [] flag-face aface para] set in aface/para word val ]