VocabularykernelInputsOutputsWord descriptionQuotation composition. Outputs a 
callable which calls 
quot1 followed by 
quot2.
NotesThe following two lines are equivalent:
compose call
append call
However, 
compose runs in constant time, and the optimizing compiler is able to compile code which calls composed quotations.
See alsocurry, 
curried, 
prepose, 
composedDefinition