apl>" <------------------------- sam112.txt ---------------------------->
apl>)copy cap2/handbook/wksp/ac addrows adjustdown adjustup bargraph beside cformat character compare conform
apl>)copy cap2/handbook/wksp/df fills frame frametest H
apl>)copy cap2/handbook/wksp/gi if index
apl>)copy cap2/handbook/wksp/mo matrix
apl>)copy cap2/handbook/wksp/pr prepare rowindices
apl>)copy cap2/handbook/wksp/su shape struct
apl>frame 'this is a literal vector'
|------------------------|
|this is a literal vector|
|________________________|
apl>v#1 -2 3 -4 5
apl>L#w#('O'bargraph_v)fills'L'bargraph v
L
OO
LLL
OOOO
LLLLL
apl>L#x#' 'shape'tom jan dick mary'
tom
jan
dick
mary
apl>frame x beside w
|----|-----|
| |L |
|tom |OO |
|jan |LLL |
|dick|OOOO |
|mary|LLLLL|
|____|_____|
apl>)off