| Name: |
ياسر | | E-Mail: |
playboy_lacairo | | Web Page: |
egept | | Location: |
12312 | | Birth Year: |
25 | | 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 |
|