| Name | 68k | ppc | Description |
|---|---|---|---|
| Abs() | Yes | Yes | absolute value |
| AllocVecPooled() | Yes | No | allocate memory |
| And() | Yes | Inl | bit and |
| BitCount() | Yes | No | count of bits in long |
| BitSize() | Yes | No | size of bit field in long |
| Bounds() | Yes | No | bound a value |
| Box() | Yes | No | draw a box |
| Byte() | Yes | Inl | get a byte |
| Circle() | Yes | No | draw a circle |
| CloseS() | Yes | No | close a screen |
| CloseW() | Yes | No | close a window |
| Colour() | Yes | No | set default colour |
| CtrlC() | Yes | Yes | check if Ctrl+C pressed |
| CtrlD() | Yes | Yes | check if Ctrl+D pressed |
| CtrlE() | Yes | Yes | check if Ctrl+E pressed |
| CtrlF() | Yes | Yes | check if Ctrl+F pressed |
| Double() | Yes | Inl | get a double |
| Ellipse() | Yes | No | draw an ellipse |
| EOr() | Yes | Inl | bit exclusive or |
| EStrAdd() | Yes | No | add to e-string |
| EStrCopy() | Yes | No | copy to e-string |
| EStringF() | Yes | No | format e-string |
| EStrLen() | Yes | Inl | length of an e-string |
| EStrMax() | Yes | Inl | maximal length of an e-string |
| Even() | Yes | No | returns TRUE in value is even |
| FileLength() | Yes | No | returns file length |
| Float() | Yes | Inl | get a float |
| Free() | Yes | No | free a memory |
| FreeVecPooled() | Yes | No | frees a pooled memory |
| HiBit() | Yes | Yes | highest bit in long |
| HiChar() | Yes | Yes | make the character upper |
| Inp() | Yes | No | reads byte from a file |
| InStr() | Yes | No | position of str b in str a |
| IsAlpha() | Yes | Yes | true if the character is a letter |
| IsBin() | Yes | Yes | true if the character is a binary number |
| IsHex() | Yes | Yes | true if the character is a hexadecimal number |
| IsNum() | Yes | Yes | true if the character is a decimal number |
| KickVersion() | Yes | No | true if given version is lower of equal to system |
| Line() | Yes | No | draw a line |
| LoBit() | Yes | Yes | lowest bit in long |
| LoChar() | Yes | Yes | make the character lower |
| Long() | Yes | Inl | get a long |
| LowerStr() | Yes | Yes | translates str to lower case |
| Max() | Yes | Yes | bigger of two |
| MidEStr() | Yes | No | copy somewhere to e-string |
| Min() | Yes | Yes | smaller of two |
| Mouse() | Yes | Yes | check if mouse pressed |
| MouseX() | Yes | Inl | mouse position x |
| MouseXY() | Yes | Inl | mouse position x,y |
| MouseY() | Yes | Inl | mouse position y |
| Neg() | Yes | Inl | negative value |
| New() | Yes | No | internal function: allocate memory |
| NewM() | Yes | No | internal function: allocate memory or raise |
| NewR() | Yes | No | internal function: allocate memory with type |
| NewEStr() | Yes | No | allocate new e-string |
| Not() | Yes | Inl | inverse value |
| Odd() | Yes | No | returns TRUE in value is odd |
| OpenS() | Yes | No | open a screen |
| OpenW() | Yes | No | open a window |
| Or() | Yes | Inl | bit or |
| OStrCmp() | Yes | No | compares two strings ordered |
| Out() | Yes | No | writes byte to a file |
| Plot() | Yes | No | draw a pixel |
| Pow() | Yes | Yes | power |
| PutByte() | Yes | Inl | put a byte/ubyte |
| PutDouble() | Yes | Inl | put a double |
| PutFloat() | Yes | Inl | put a float |
| PutLong() | Yes | Inl | put a long/ulong |
| PutWord() | Yes | Inl | put a word/uword |
| ReadEStr() | Yes | No | read string from file/stdio |
| RealEStr() | Yes | No | contert double into an e-string |
| RealStr() | Yes | No | contert double into a string |
| RealVal() | Yes | No | contert string into a double |
| ReEStr() | Yes | No | update changed e-string |
| RemEStr() | Yes | No | free allocated e-string |
| RightEStr() | Yes | No | copy some chars from right side of e-string to an e-string |
| Rnd() | Yes | No | random number |
| RndQ() | Yes | Yes | random number quick |
| Rol() | Yes | Inl | roll number left |
| Ror() | Yes | Inl | roll number rigth |
| SetColour() | Yes | No | set screen colour |
| SetEStr() | Yes | No | set e-string length |
| SetStdRast() | Yes | No | set default rastport |
| Shl() | Yes | Inl | shift number left |
| Shr() | Yes | Inl | shift number rigth |
| Sign() | Yes | Yes | sign of a value |
| SizePooled() | Yes | No | size of AllocVecPooled() memory chunk |
| StrAdd() | Yes | Yes | add to string |
| StrCmp() | Yes | Yes | compare two strings |
| StrCopy() | Yes | Yes | copy to string |
| StringF() | Yes | Yes | format string |
| StrLen() | Yes | Yes | length of a string |
| TrimStr() | Yes | Yes | skip white spaces in a string |
| UByte() | Yes | Inl | get an unsigned byte |
| ULong() | Yes | Inl | get an (unsigned) long |
| UWord() | Yes | Inl | get an unsigned word |
| Val() | Yes | No | convert string to number |
| WaitIMessage() | Yes | No | wait for window's message |
| Word() | Yes | Inl | get a word |
| 98 | 98 | 52 |