makeInfix

literal makeInfix
Change literal to an infix operator.
Example: /+ { add } def 
  /+ makeInfix
  /s 0 def 1 1 100 { /i set s + i /s set } for s message
  [ 1 2 3 ] { /i set i + 2 } map ::



Nobuki Takayama 2020-11-24