Source code

Revision control

Copy as Markdown

Other Tools

[first-letter-flag-001.html]
expected:
if (os == "win") and not fission and not swgl and debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not fission and not swgl and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]