Name

previous:search — ordinary primitive

Synopsis

FORTH

PREVIOUS ( -- )();
p4:"previous";

Description

the invers of ALSO , does a DROP on the search ORDER of vocabularies.

 order: vocn ... voc2 voc1 -- vocn ... voc2 
 example: ALSO PRIVATE-VOC DEFINTIONS (...do some...) PREVIOUS DEFINITIONS
 

dpANS 16.6.2.2037 - standard forth word