Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
perlsyn said:The number 0, the strings '0' and '', the empty list (), and undef are all false in a boolean context. All other values are true. Negation of a true value by ! or not returns a special false value. When evaluated as a string it is treated as '', but as a number, it is treated as 0.