Help for this page

Select Code to Download


  1. or download this
    use feature 'state';
    
    ...
    foo(0);
    print "\n";
    foo(2);
    
  2. or download this
    x: 0
    x: 1
    ...
    x: 1
    x: -undef-
    x: -undef-