Help for this page

Select Code to Download


  1. or download this
    if (all(5, 10, 15) > any (3, 8, 12, 20))
    {  print "Success!\n" }
    
  2. or download this
    if (qr/^\d+$/ == all(@input)) { ... }