Function symbols as function objects
All function and macro symbols can be used as function objects. To distinguish the direct call of a function from the function itself, there must be a hash"#" in front of the function symbol:
#Function symbol
Beispiel
#Name
is the function that returns the respective name for securities and objects of various types. Accordingly, the #Object
function returns the object itself for each object.