lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
LPC4 features an optimizer, this can cause some strange effects from time
to time, which I will try to describe here:

	o 1/0 is a compiler error, not a run-time error, as lpc4 tries to
	  evaluate it during compilation.

	o The optimizer will sometimes remove code that would otherwize
	  yield errors, for instance (void)(1/zero) will always be removed
	  even if zero is 0.