Help for this page

Select Code to Download


  1. or download this
     
    while(1) {
      my $x :check = some_call();
    }
    
  2. or download this
     
    while(1) {
      check {RULE} my $x = some_call();
    }