Closed SamCoVT closed 1 year ago
This DUPs the original addr u (string info) on the data stack in case an error message needs to print the original string. If the string converts to a number (or character in the case of input like 'A') properly, the original addr u is discarded.
addr u
'A'
This DUPs the original
addr u
(string info) on the data stack in case an error message needs to print the original string. If the string converts to a number (or character in the case of input like'A'
) properly, the originaladdr u
is discarded.