apl>" <-APL2-------------------- sam207.txt ----------------------------> apl>" <-----------------------Execute Alternate-------------------------> apl>'I3' Lea 'I4.5' 1 2 3 apl>'I3' Lea 'I4' 1 2 3 4 apl>'I3.3' Lea 'I4.5' 'I3.3' Lea 'I4.5' ^ 45 - argument to indexgen must be a positive integer. apl>'''err''' Lea 'I4.5' err apl>L#z#'3X2' Lea '$0' 6 apl>Gdescribe [1] 'the xyz workspace' [2] 'provides several . . .' [3] G apl>describe the xyz workspace provides several . . . apl>L#z#'3X2' Lea 'describe' the xyz workspace provides several . . . L#z#'3X2' Lea 'describe' ^ 94 - user function without result must stand alone. apl>L#z#'describe' Lea '!-3' the xyz workspace provides several . . . L#z#'describe' Lea '!-3' ^ 94 - user function without result must stand alone. apl>)off