Help for this page

Select Code to Download


  1. or download this
    $index = int(rand($symbol_size));
    
  2. or download this
    foo();
    while (1) {
      bar();
      foo();
    }
    
  3. or download this
    while (1) {
      foo();
      bar();
    }