Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕A Alphabet, Upper Case
[ Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕A Alphabet, Upper Case


The niladic system function ⎕A returns a result which is a 26 character vector of the letters in the alphabet in upper case only.

             ⎕A
       ABCDEFGHIJKLMNOPQRSTUVWXYZ
             ⎕A⍳'APL'
       1 16 12

Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕A Alphabet, Upper Case
[ Next | Contents | Index | APL Home ]