/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Limbo questions



1. about "big" datatype
  a. is there some way to write a big constant without prefixing it with
"big"?
  b. is there somewhere in the manuals that mentions sys->print's %bd format?

2. re real:
  why does--
   i : int;
   i = int (5.0 / 2.0);
  have the value 3?