Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 search_object
 search_persona
 search_player
 search_replica
 search_replica_room
 search_replica_room@
 search_room
 search_verb
 send_memory
 send_prompt
 shift
 shift$
 size
 sort@
 split@
 splitc@
 stamp2time
 string$
 system
T
 time2stamp$
U
 unshift
 upper$
V
 val
 valid_message
 valid_task
W
 wait_for_input
 words
 words$
 words@
Find an object with the given name.
Find a persona with the given name.
Find an online player with the given name.
Locate a replica using an object name.
Search for a replica in a given room, with a given object.
Search for a replica in a given room, with a given object.
Find a room with the given name.
Lookup a potential command and return its numeric verb handle.
Quickly write the contents of a memory block to a node.
Send some text to a node followed by the prompt sentinel.
Remove the first element in a vector and return its value as an integer.
Remove the first element in a vector and return its value as a string.
Get how many elements are in the vector.
Sorts the vector using string comparison.
Break a string into parts using a substring delimiter.
Separate a string using a set of character delimiters.
Convert a ‘timestamp’ string into a UTC (universal coordinated time) seconds from Epoch value.
This returns the value of an integer as a string.
Shell out to the system and execute a command.
Convert a UTC seconds value into a timestamp representation.
Insert a new integer on the front of a vector.
Make an uppercase copy of a string.
Return the numeric value of a string.
Check whether a compiled message number is valid (exists).
Checks whether a task with the given name has been defined.
Wait until some input or node activity is detected.
Return the number of words in a string.
Extract one or more words from a string.
Extract the words of a string into a vector.