MicroWorlds Last message

Name can only be used in the OnMessage field in a turtle's backpack

Sender and message can only be used in the OnMessage field in a turtle's backpack to receive messages issued by the commands broadcast and tell.


Examples of valid OnMessage instructions:

if sender = "t1 [setc "red]
towards sender
fd distance sender
if message = "go [glide 200 1]
setcolor message
run message