Rebol Programming/has
Tools
General
Sister projects
In other projects
HAS locals body
A shortcut to define a function that has local variables but no arguments.
HAS is a function value.
has: func [ {A shortcut to define a function that has local variables but no arguments.} locals [block!] body [block!]][function [] locals body]