In article <[email protected]>, Tim Chase <[email protected]> wrote:
> In know that my first BASIC, Applesoft BASIC had the 2-character > names, and you had to load Integer Basic (with Ints in addition to the > standard Floats used in the BASIC provided by the ROM, a strange > choice). Why is it a strange choice? If you're only going to support a single type of numeric value, floats make a lot more sense than ints. Floats are a superset of integers. Javascript, anyone? -- https://mail.python.org/mailman/listinfo/python-list
