)DISPLAY name


Displays the structure of a variable, in the same form as that returned by the ▄DISPLAY system function.

      DATA└(2 2╫╪4) 'HELLO'
      )DISPLAY DATA
з┘ннннннннннннннл
ш з┘ннл з┘ннннл ш
ш ┤1 2ш шHELLOш ш
ш ш3 4ш юннннны ш
ш ю~нны         ш
ю╧нннннннннннннны

      X└⌡(2 3╫╪6) (1 1╫1) (1 2 2╫╪4) 
      )DISPLAY X
зннннннннннннннннннннннннл
ш з┘нннннннннннннннннннл ш
ш ш з┘ннннл з┘л зз┘ннл ш ш
ш ш ┤1 2 3ш ┤1ш ┤┤1 2ш ш ш
ш ш ш4 5 6ш ю~ы шш3 4ш ш ш
ш ш ю~нннны     юю~нны ш ш
ш ю╧ннннннннннннннннннны ш
ю╧ннннннннннннннннннннннны

See the description of ▄DISPLAY for details of the display format.


Topic: APLX Help : Help on APL language : System Commands : )DISPLAY Display array structure
[ Previous | Next | Contents | Index ]