-
Notifications
You must be signed in to change notification settings - Fork 1
module_predef
#Predefined Modules
-
inputmodule.html%20.html- [input_keydown.html](Input.KeyDown - get keyboard state)
-
[input_pause.html](Input.Pause - pause for keystroke)
-
limitsmodule.html%20.html- [maxint.html](maxint - maximum integer function)
-
[maxnat.html](maxnat - maximum natural number function)
-
[minint.html](minint - minimum integer function)
-
[minnat.html](minnat - minimum natural number function)
-
mathmodule.html%20.html- [abs.html](abs - absolute value function)
-
[arctan.html](arctan - arctangent function (radians))
-
[arctand.html](arctand - arctangent function (degrees))
-
[cos.html](cos - cosine function (radians))
-
[cosd.html](cosd - cosine function (degrees))
-
[exp.html](exp - exponentiation function)
-
[ln.html](ln - natural logarithm function)
-
[max.html](max - maximum function)
-
[min.html](min - minimum function)
-
[sign.html](sign - function)
-
[sin.html](sin - sine function (radians))
-
[sind.html](sind - sine function (degrees))
-
[sqrt.html](sqrt - square root function)
-
[parallelget.html](parallelget - parallel port function)
-
[parallelput.html](parallelput - parallel port procedure)
-
strmodule.html%20.html- [index.html](index - find pattern in string function)
-
[length.html](length - of a string function)
-
[repeat.html](repeat - make copies of string:function)
-
[eof.html](eof - end-of-file function)
-
[getenv.html](getenv - get environment function)
-
[getpid.html](getpid - get process id function)
-
typeconvmodule.html%20.html- From Integer- [intreal.html](intreal - integer-to-real function)
-
[intstr.html](intstr - integer-to-string function)
-
From Nat- [natreal.html](natreal - natural number to real function)
-
[natstr.html](natstr - natural-number-to-string function)
-
From Real- [ceil.html](ceil - real-to-integer function)
-
[erealstr.html](erealstr - real-to-string function)
-
[floor.html](floor - real-to-integer function)
-
[frealstr.html](frealstr - real-to-string function)
-
[realstr.html](realstr - real-to-string function)
-
[round.html](round - real-to-integer function)
-
From String- [strint.html](strint - string-to-integer:function)
-
[strintok.html](strintok - string-to-integer:function)
-
[strnat.html](strnat - string to natural number function)
-
[strnatok.html](strnatok - string to natural number function)
-
[strreal.html](strreal - string-to-real function)
-
[strrealok.html](strrealok - string-to-real function)
-
To/From ASCII- [chr.html](chr - integer-to-character function)
-
[ord.html](ord - character-to-integer function)
-
[view_update.html](View.Update - flicker-free animation)
-
Miscellaneous Subprograms- Addresses and Sizes- [addr.html](addr - address of a variable)
-
[sizeof.html](sizeof - size of a type)
-
Arrays- [lower.html](lower - bound)
-
[upper.html](upper - bound)
-
Bit Manipulation- [bits.html](bits - extraction)
-
Classes- [objectclass.html](objectclass - of a pointer)
-
[self.html](self - pointer to current object)
-
Enumerated Types- [pred.html](pred - predecessor function)
-
[succ.html](succ - successor function)
-
Type Cheats- [cheat.html](cheat - type cheating)