What's not in Euphoria
A visection
Euphoria does not have threads
That's absolutely correct. But what does that really mean?
threads are portions of a program that are meant to process concurrently,
and respond to requests in some form, sharing the same memory space for
code, while protecting variables from other threads.
There are several models of threading and introduce complications
and risk into the program.
Euphoria does not have Left$ Mid$ Right$ instr$ outstr$
these functions are not part of the base package. You must create them
or search for a library in the contributions page. Once you shift focus
to slicing sequences this craving will fade.
Euphoria does not have GOTO
Thankfully this is true