apl>" <-APL2-------------------- sam182.txt ----------------------------> apl>" <- Without -------------------------------------------------------> apl>'rhyme'~'myth' re apl>1 2 3 4 5 ~ 2 3 4 1 5 apl>'go' 'to' 'it' ~ 'goto' 'it' go to apl>L # z # 4 5 (I0) 6 7 ~ 9 5 3 7 4 6 apl>Rz 3 apl>L # w # 4 5 (I0) 6 7 ~ 9 5 3 7 (I0) 4 6 apl>Rw 2 apl>3 1 4 1 5 5 ~ 3 1 4 1 5 5 ~ 4 2 5 2 6 4 5 5 apl>)off