Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 191 Bytes

global._isdebug.md

File metadata and controls

10 lines (8 loc) · 191 Bytes

_isdebug

The _isdebug constant is established to store the property value of efw.isdebug .

Sample

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