We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inline support for __cpp__ magic introduced in #2875 should be supported by other targets.
__cpp__
e.g. for __js__:
__js__
class Global { static public function set_a(v:Int):Void { untyped __js__("a = {0}", v); } }
Activity