/list proc

/proc/Add(Item1)
Arguments:
Item1
/proc/Copy(Start, End)
Arguments:
Start = 1
End = 0
/proc/Cut(Start, End)
Arguments:
Start = 1
End = 0
/proc/Find(Elem, Start, End)
Arguments:
Elem
Start = 1
End = 0
/proc/Insert(Index, Item1)
Arguments:
Index
Item1
/proc/Join(Glue, Start, End)
Arguments:
Glue
Start = 1
End = 0
Returns:
text
/proc/New(Size)
Arguments:
Size
Arguments:
Item1
Arguments:
Item1
/proc/Splice(Start, End)
Arguments:
Start = 1
End = 0
Unimplemented 🏗️
In the OpenDream implementation of DreamMaker, this proc is marked as unimplemented.
/proc/Swap(Index1, Index2)
Arguments:
Index1
Index2