Hi Hans-Peter, thanks. What you see is the standard APL2 behavior (see attached screenshot). ⎕FX and the ∇-editor discard leading whitespace.
Best Regards, Jürgen On 2/26/26 20:48, Hans-Peter Sorge wrote:
Hi, ⎕FX does not maintain the multi-line string fidelity, leading spaces get removed.: m←'x' 'h← «««' 'ddddd' ' lpppp' '»»»' ⊃m x h← ««« ddddd lpppp »»» ⎕FX m ⊃h ddddd lpppp ∇x[⎕] ∇ [0] x [1] h← ««« [2] ddddd [3] lpppp [4] »»» ∇ Best Regards Hans-Peter
