Skip to content

Diaeresis ¨

Diaeresis is a Monadic operator with an ambivalent

  operand

Operator Diaeresis means

Each (with monadic operand) or Each (with dyadic operand)

      ¨ 1 2 3 'ABC' (9 8 7)
1 2 3 A 9

      + (1 2 3 4)(5 6 7)
10 18

      3 ¨ 1 2 (3 4) 'V'
┌─────┬─────┬─────┬───┐
1 0 02 0 03 4 0V  
└─────┴─────┴─────┴───┘

      1 2 3 ,¨ 99
┌────┬────┬────┐
1 992 993 99
└────┴────┴────┘

Language Elements