main: declare bool set bool "" if bool emit "empty string is true" emit eol / set bool "1" if bool emit "1 is true" emit eol / set bool "A" if bool emit "A is true" emit eol / /