- ... me1
- at
michael@tfdec1.fys.kuleuven.ac.be
.
- ... given2.1
- Remark:
The FPK symbol is still defined for compatibility with older versions.
.
- ... symbol2.2
- In versions prior to
0.9.4, this didn't happen, thus making Cross-compiling impossible.
.
- ... numbers2.3
- Otherwise
{$If 8>54 would evaluate to True
.
- ... statement2.4
- In compiler
versions older than 0.9.8, the assignment operator for a macros wasn't
:=, but =
.
- ... bytes8.1
- The size can be set using the max_size
constant in the heap.inc source file.
.
- ... lists8.2
- The actual size is max_size div 8.
.
- ... memory8.3
- Thanks to an explanation of
Thomas schatzl (E-mail:tom_at_work@geocities.com).
.
- ... pointer9.1
-
You can use multiple pointers to point to the same variable as well, that
doesn't matter.
.