Example from char.icn in mKE.
This "bug" didn't show up until I tried to use the Unicon "char" function.

"icont -u -c char.icn" did not detect my missing declaration
    local char
in
    procedure set_charnest(subject,charnest,nvtype)
    ...
    every char := ! charnest do {
    ...
    } # end every char
    end
because "char" is a built-in Unicon function.

It would be helpful if icont detected this kind of error.

Dick McCullough
http://mkrmke.org
------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to