skx/monkey

String comparisions should handle <= >=

skx opened this issue · 0 comments

skx commented

Right now you can't run :

  • if ( "a" >= "A" ) ...
  • if ( "a" <= "A" ) ...