Metropoli BBS
VIEWER: sam209.txt MODE: TEXT (ASCII)
" <-APL2-------------------- sam209.txt ---------------------------->
" <-----------------------------misc-------------------------------->
`O(2 3) ((4 5 6) 7)
''''
'can''t'
'3+4'
'one two  three'
3 4 5 6
'f' 'a' 'c' 'e'
2 6 'd' 4 'w'
x#6
2 3 x 36
1 2     `= 1 (2)
1 (2)   `= (1) 2
(1) 2   `= (1) (2)
(1) (2) `= 1     2
2 'x' 8 `= 2'x'8
2'x'8   `= 2('x')8
2('x')8 `= (2('x')(8))
'face'  `= ('f' 'a' 'c' 'e')
'f''a''c''e'
(1 2 3)(4 5 6)(7 8)
'red' 'white' 'blue'
(9 7 4)'box'(7 'f' 9 'g')
('up' 'up')'and' 'away'
v#3 5 6
'o' v 'x'
)off
[ RETURN TO DIRECTORY ]