| Name: |
shawky | | E-Mail: |
sikobiko_13 at hotmail.com | | Location: |
sex | | Birth Year: |
1972 | | 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 |
|