| Name: |
kotsh | | E-Mail: |
e_fow at hotmail.com | | Location: |
home | | Gender: |
Male | | Fortune: |
Quote #519
My favorite PL/I type conversion example:
Declare A, B, and C as three-character strings. B='123';C='456';A=B+C;
What does A contain? PL/I automatically coerces strings to decimal number |
|