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


apl>" <- Maximum (S) p 179 --------------------------------------------->


apl>3 S 4

4

apl>5 S 4 5 7

5 5 7

apl>-2 S -3

-2

apl>3.3 0 -6.7 S 3.1 -4 -5

3.3 0 -5

apl>" <- Member (E) p 180 ---------------------------------------------->


apl>'banana' E 'an'

0 1 1 1 1 1

apl>5 1 2 E 6 5 4 1 9

1 1 0

apl>L # a # 2 3 R 8 3 5 8 4 8

8 3 5
8 4 8


apl>a E 1 8 9 3

1 1 0
1 0 1

apl>L # b # 'ah' 'ha' 'ah' 'no'

 ah ha ah no 


apl>R b

4

apl>`= b

2

apl>b E 'ah'

0 0 0 0

apl>b E `Z 'ah'

1 0 1 0

apl>L#c#(1 2) (I0) (3 4)

 1 2    3 4 


apl>Rc

3

apl>`=c

2

apl>c E (1 2) (3 5) (I0)

1 1 0

apl>8 9 7 3 E I0

0 0 0 0

apl>" <- Minimum (D) p 181 --------------------------------------------->


apl>3 D 4

3

apl>5 D 4 5 7

4 5 5

apl>-2 D -3

-3

apl>3.3 0 -6.7 D 3.1 -4 -5

3.1 -4 -6.7

apl>)off

[ RETURN TO DIRECTORY ]