List of pragmas?

Hey, is there a list of pragmas somewhere? Is it a C# or actionscript thing I should be looking for? Didn’t quite see it in the manual there (but the referernced it)

Thanks!

-Rob

pragmas are normally used in UnityScript as they are instructions for the compiler (unless its in shaders though there they are for the compiler too)

in c# you will only see #if checks for define checks