05-14-2022, 04:44 PM
HTML entities gremlin
It looks like the HTML entities gremlin has mashed this page, more specifically translated the ampersand incorrectly.
What is strange it seemed to like, the greater than and less than symbols these are OK.
These lines are located in two places:
FUNCTION load_dir& (s AS STRING)
FUNCTION has_next_entry& ()
Should be:
FUNCTION load_dir& (s AS STRING)
FUNCTION has_next_entry& ()
It looks like the HTML entities gremlin has mashed this page, more specifically translated the ampersand incorrectly.
What is strange it seemed to like, the greater than and less than symbols these are OK.
These lines are located in two places:
FUNCTION load_dir& (s AS STRING)
FUNCTION has_next_entry& ()
Should be:
FUNCTION load_dir& (s AS STRING)
FUNCTION has_next_entry& ()