You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
354 B

console.log("Hello, world!")
//#IF IS_TRUE
console.log("#IF works")
//#END
//#IF IS_FALSE
console.log("#IF does not work (ignore the last one if this shows up)")
//#END
//#IfNoT IS_FALSE
console.log("#IFNOT works")
//#END
//#ifnot IS_TRUE
console.log("#IFNOT does not work (disregard prior)")
//#end
console.log(COMPTIME_STR)
console.log(COMPTIME_NUM)