ForthVM.Words.Messages (ForthVM v0.5.0) View Source

Core messages words

Link to this section Summary

Functions

send: (message_data cnt ":"word process_id -- ) ( -- ) sends a message to a process inside the current core. The message is handled by a word with same name minus the ":" prefix. Cnt is the number elements in the data stack to be included in the message.

Link to this section Functions

Link to this function

_send(tokens, list, return_stack, dictionary, meta)

View Source

send: (message_data cnt ":"word process_id -- ) ( -- ) sends a message to a process inside the current core. The message is handled by a word with same name minus the ":" prefix. Cnt is the number elements in the data stack to be included in the message.