Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 26, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cauterite/3941224af03dbd381063a56a9146cb04 to your computer and use it in GitHub Desktop.
Save Cauterite/3941224af03dbd381063a56a9146cb04 to your computer and use it in GitHub Desktop.
pragma(msg, (
if(
-1 == ubyte.max : 7,
false : 8
else 9
),
if(else `aaa`),
if(else : `bbb`,),
if(0 : `zzz` else : `ccc`,),
0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment