forked from xoseperez/rpnlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Also, allow to use:
&operator
to create function reference (with specific 'callable' internal type). allow to postpone the operator call:
$var &some &operator ifn call
(note that$bla &operator &value ifn
is also theoretically possible, while not making any real sense :)$operator
(?) i.e. deref support. this might store operator object pointer as unsigned. not very useful, as it seems at a first glance- simplify 'constant' words like
nan
andpi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request