Help for this page

Select Code to Download


  1. or download this
    vec EXPR,OFFSET,BITS
            Treats the string in EXPR as a bit vector made up of elements 
    +of
            width BITS, and returns the value of the element specified by
            OFFSET as an unsigned integer.
    
  2. or download this
        for (@{$domains[$i]}) { vec($scratch,$_,1) = 1}
    
  3. or download this
        for (@{$domains[$i]}) { vec($$scratch,$_,1) = 1}
    
  4. or download this
    for ( $j = 0; $j <= 5; $j++ )
    {
    ...
            }
        }
    }