symbols

get currently defined symbols


Parameters

symbols 

Returns

  • :dictionary

Examples

copy
a: 2 b: "hello" print symbols ; [ ; a: 2 ; b: "hello" ;_]

Related