[Aldor-l] The smallest machine integer is "-"

Ralf Hemmecke ralf at hemmecke.de
Sun Mar 4 10:06:58 EST 2007


The smallest machine integer is printed as "-".

Ralf

=================================================
aldor -q1 -laldor -fx aaa.as
aaa
-

---BEGIN aaa.as
#include "aldor"
#include "aldorio"
main(): () == {
	import from MachineInteger;
	stdout << min << newline;
}
main();
---END aaa.as



More information about the Aldor-l mailing list