Metropoli BBS
VIEWER: sam226.txt MODE: TEXT (ASCII)
apl>" <-APL2-------------------- sam226.txt ---------------------------->


apl>2+3

5

apl>5 6 7 + 10 20 30

15 26 37

apl>1 + 2 3 4

3 4 5

apl>)load cap2/help/help

cap2/help/help.apl
^ loaded.
entering e.g.  help 'R'  tells you what the R key does.             
entering e.g.  help 'reshape'  tells you about the reshape function.

apl>display z#2 (3 4) (5 6 7) + ((8 9) 10) 11 (12 13 14)

+$----------------------------------+
| +$-----------+ +$----+ +$-------+ |
| | +$----+    | |14 15| |17 19 21| |
| | |10 11| 12 | +~----+ +~-------+ |
| | +~----+    |                    |
| +E-----------+                    |
+E----------------------------------+

apl>display 1`Xz

+$-----------+
| +$----+    |
| |10 11| 12 |
| +~----+    |
+E-----------+

apl>display 2`Xz

+$----+
|14 15|
+~----+

apl>display 3`Xz

+$-------+
|17 19 21|
+~-------+

apl>)off

[ RETURN TO DIRECTORY ]