! EDT next Line !- procedure aaw_nextline !kp0 (next line) LOCAL o; ! edt equiv. of Keypad 0 o := current_offset; move_horizontal(- o); if current_direction = forward then move_vertical(1) else if o = 0 then move_vertical(-1) endif; endif; endprocedure