Edited by George Muirhead, Saturday 16 January 2021 at 13:21
Receiver : the object to which the message is sent.
Message-send: the code that sends a message to an object - for example
frog1.right();
which consists of the receiver followed by a full stop and then the message.
A few M250 Definitions