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