attrs

get dictionary of set attributes


Parameters

attrs 

Returns

  • :dictionary

Examples

copy
greet: function [x][ print ["Hello" x "!"] print attrs ] greet.later "John" ; Hello John! ; [ ; later: true ; ]

Related