Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕L Linefeed Character
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕L Linefeed Character


The niladic system function ⎕L returns the Linefeed character. On output, a linefeed in APLX moves the cursor to the next line without changing the column position:

            ⎕A,⎕L,⎕D
      ABCDEFGHIJKLMNOPQRSTUVWXYZ
                                0123456789
            ⎕AF ⎕L
      10

⎕L is the same as ⎕TCLF or ⎕TC[⎕IO+2]. See ⎕TC and ⎕TCxx.


Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕L Linefeed Character
[ Previous | Next | Contents | Index | APL Home ]