Fix ABS
ABS isn't working in master, it gets the wrong token and doesn't assign the result to the variable. This PR fix it.
Example code:
DATA:
n is number
PROCEDURE:
store -1 in n
abs n
display n crlf
ABS isn't working in master, it gets the wrong token and doesn't assign the result to the variable. This PR fix it.
Example code:
DATA:
n is number
PROCEDURE:
store -1 in n
abs n
display n crlf