Help for this page

Select Code to Download


  1. or download this
    print 'Romeo ' . (($input // 'magic') eq 'to be' ? 'is' : 'is not') . 
    +"\n";
    
  2. or download this
    print 'Romeo is' . (($input // 'magic') ne 'to be' ? ' not' : '') . "\
    +n";