AMOS:Bug Print

From Amiga Coding
Revision as of 06:13, 22 March 2009 by Lonewolf10 (talk | contribs) (Print bug with tab (",") function created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Print bug using tab (",") function

When using the Print command:

        Print ,,
        Print "a",,"b"

It produces the following output on the screen!:

        -2147483648 -2147483648
        a   -2147483648 b

Currently only tested with AMOS Pro 2.X


  • Added by Lonewolf10 on 22 March 2009