would be great to be able to add compiler conditionals: eg: Additional compiler options: -define=CONFIG::debugging,true Code: CONFIG::debugging { window.alert('debugging');; }
would be great to be able to add compiler conditionals:
eg:
Additional compiler options:
-define=CONFIG::debugging,true
Code:
CONFIG::debugging {
window.alert('debugging');;
}