UNPKG

nectarjs

Version:

Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

12 lines (9 loc) 214 B
function test(_one, _two) { if(_two) __NJS_Log_Console(_two); else if(_one) __NJS_Log_Console(_one); else __NJS_Log_Console("undefined"); } test(); test("First Arg"); test("First Arg", "Second Arg");