Documentation for SOOP API Library v1.0
Table of Contents

Documentation Notes

General Notes about how the Documentation is written.


Some terms used in Euphoria, and the SOOP library can be confusing, as some have similar names, and therefore may confuse most. This will help assist thoes trying to learn how to use the library, via the Documentation.

  • eInt - Refers to the Euphoria Integer Type
  • eAtom - Refers to the Euphoria Atom Type
  • eSeq - Refers to the Euphoria Sequence Type
  • eObj - Refers to the Euphoria Object Type
  • eConst - Refers to a Euphoria Constant
  • sfStr -- Refers to a Euphoria Sequence, that is a String Encoded, flat sequence. EG: "This is a String"
  • sObj - Refers to the SOOP Object Instance Pointer
  • dt - Refers to a Data Type
  • mfunc - Refers to the SOOP Methods that are Functions
  • mproc - Refers to the SOOP Methods that are Procedures
  • func - Refers to the Euphoria function
  • proc - Refers to the Euphoria procedure