DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A4.3.7-1 / tests / misc / projects / Issue7108 / Main.hx
123456789101112
class Main { static function main() { trace("Haxe is great!"); #if js trace('x'); #elsif js trace('elif'); #else trace('end'); #end } }