- :dictionary
attrs
get dictionary of set attributes
Parameters
attrs
Returns
Examples
copygreet: function [x][ print ["Hello" x "!"] print attrs ] greet.later "John" ; Hello John! ; [ ; later: true ; ]
attrs
copygreet: function [x][ print ["Hello" x "!"] print attrs ] greet.later "John" ; Hello John! ; [ ; later: true ; ]