The most recent version of this documentation can be found at https://docs.dyalog.com/20.0/.
Monadic Right Tack means
⊢ 1 2 3
1 2 3
Dyadic Right Tack means
'L' ⊢ 'R'
R
⊢/ 1 2 3
3
The most recent version of this documentation can be found at https://docs.dyalog.com/20.0/.
⊢ 1 2 3
1 2 3
'L' ⊢ 'R'
R
⊢/ 1 2 3
3