pow
and **
which do not
exist in Borland Pascal. You can use x pow y
for integer
and x ** y
for real or complex exponents; the basis may be
integer, real or complex in both cases.
@
, but also
&
as an address operator.
set1 >< set2
. See See section GNU Pascal extensions for more about this.
Go to the first, previous, next, last section, table of contents.