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
