Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 159 Bytes

global._isdebug.md

File metadata and controls

11 lines (8 loc) · 159 Bytes

_isdebug

The _isdebug constant stores the value of efw.isdebug.

Sample

if (_isdebug){
    "Now it is the debug mode.".debug();
}