⇐ Index ⇐ Strings
StartsWith (<-thisString <-preamble)
Takes two strings from the stack and returns whether the first string starts with the second (case sensitive)
if (StartsWith("Hello there" "Hello")) Trace("I opened with hello") endif
⇐ Index