Word description Low-level word implementing call-next-method. Locals macro expansion preserves this call so the compiler can track changes to the next applicable method.
Notes The call-next-method word parses into this word. The following are equivalent:
M: class generic call-next-method ;
M: class generic M\ class generic (call-next-method) ;