Tips
- Use
ENDinstead ofBEGINfor holes without input - The
~and!~operators check if a string matches a regex - Set the
IGNORECASEvariable to enable case insensitive string comparisons - Use the predefined variables
- Bitwise operators are available as functions:
and(),or(), … - Load the ordchr extension with
@load"ordchr"to access theord()andchr()functions