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


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>S3.6

4

apl>!3 6 9

6 720 362880

apl>%2 3RI6

1.00 0.5 0.33333333
 .25 0.2 0.16666667

apl>d#(2 8 6)(2 2R3 7 1)


apl>display d

+$--------------+
| +$----+ +$--+ |
| |2 8 6| U3 7| |
| +~----+ |1 3| |
|         +~--+ |
+E--------------+

apl>t#_d


apl>display t

+$-------------------+
| +$-------+ +$----+ |
| |-2 -8 -6| U-3 -7| |
| +~-------+ |-1 -3| |
|            +~----+ |
+E-------------------+

apl>)off

[ RETURN TO DIRECTORY ]