Hi!
Work continuing on the flags at a glance paper.

I was testing the ZNEAR flag for the first time and found on page ZNEAR
Code:
  
my.ZNEAR = on;
set(my.ZNEAR); // typo is .

Should be
Code:
my.ZNEAR = on; // for C-Script
set (my,ZNEAR); // a comma for Light-C

Ottawa smile