#include "Procedure.h" @implementation Procedure - (void) invokeOnMachine: (Machine) m { return; } - (string) printForm { return ""; } @end