home *** CD-ROM | disk | FTP | other *** search
- New(n)
- NewR(n)
- OpenW(x, y, width, height, IDCMP, wflags, title, screen, sflags, gadgets, taglist)
- OpenS(width, height, depth, sflags, title, taglist)
- CtrlC()
- CloseW(wptr)
- CloseS(sptr)
- SetStr(estring, newlen)
- InStr(string1, string2, startpos)
- MidStr(estring, string, pos, len)
- ReadStr(filehandle, estring)
- RightStr(estring, estring, n)
- String(maxlen)
- StrAdd(estring, string, len)
- StrCmp(string, string, len)
- StrCopy(estring, string, len)
- StringF(estring, 'formatstring', args...)
- StrLen(string)
- StrMax(estring)
- SetStdOut(newstdout)
- Out(filehandle, char)
- Dispose(mem)
- DisposeLink(complex)
- Link(complex, tail)
- And(b, c)
- Or(b, c)
- Not(b)
- Eor(b, c)
- Mul(b, c)
- Div(a, b)
- Odd(x)
- Even(x)
- Rnd(max)
- RndQ(seed)
- Mod(b, c)
- Shl(y, num)
- Shr(y, num)
- PutLong(adr, a)
- Long(adr)
- PutInt(adr, a)
- Int(adr)
- PutChar(adr, a)
- Char(adr)
- Eval(func)
- WriteF('formatstring', args...)
- PrintF('formatstring', args...)
- TextF(x, y, formatstring, args...)
- FileLength('namestring')
- Inp(filehandle)
- EstrLen(estring)
- Val(string, read)
- TrimStr(string)
- CleanUp(returnvalue)
- UpperStr(string)
- LowerStr(string)
- SetList(listvar, newlen)
- MapList(varadr, list, listvar, func)
- SelectList({x}, source, dest, `quoted_expression)
- List(maxlen)
- ListCopy(listvar, list, num)
- ListAdd(listvar, list, num)
- ListCmp(list, list, num)
- ListLen(list)
- ListMax(listvar)
- ListItem(list, index)
- Next(complex)
- Gadget(buffer, glist, id, flags, x, y, width, string)
- LeftMouse(win)
- WaitLeftMouse(win)
- Mouse()
- WaitIMessage(window)
- MsgCode()
- MsgQualifier()
- MsgIaddr()
- MouseX(win)
- MouseY(win)
- SetStdRast(newrast)
- SetTopaz(rast, size)
- Plot(x, y, colour)
- Line(x1, y1, x2, y2, colour)
- SetColour(screen, cnum, r8, g8, b8)
- Colour(foreground, background)
- FreeStack()
- KickVersion(vers)
- Raise(exceptionID)
- ReThrow()
- Throw(exceptionID, exceptionInfo)
- Forward(complex, num)
- ForAll(varadr, list, func)
- Exists(varadr, list, func)
- Box(x1, y1, x2, y2, colour)
- Abs(value)
-