I found some very old code that uses two different styles to branch. Does anyone know why someone would use one over the other?
→(I=M)/L270
→L260×⍳M≥J←J+1
On a slightly different note, the author seemed to be using an APL that would coerce a numeric matrix of size 1 × 1 to a vector/scalar so that these lines would evaluate without error.