Variables with Similar Text
Information:
Type :: BUG
Status :: CLOSED
Assigned to ::
Ken, Campbell
Description:
The parser compares the current variable with length l to variables in the list using the same length value. This causes a variable creation error during parsing. Example:
-- This inline variable
DONE123:
-- Causes the system to think this is a duplicate addition
DONE:
Because the length of DONE is used to compare both variables.
Comments:
No comments yet...
Post a comment:
Login to post comments!
