Source code

Revision control

Copy as Markdown

Other Tools

#include "stddef.gdh"
table(glyph)
clsFail = codepoint("FAIL");
clsPass = codepoint("PaSs");
endtable
table(substitution)
pass(1)
clsFail > clsPass;
endpass;
endtable