Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    Age: 17 :)
    Gender: female
    
  2. or download this
    bool is_true(bool val)
    {
    ...
        else
            return !true && !false;
    }