Help for this page

Select Code to Download


  1. or download this
    if(a() ... b()) { # etc
    
  2. or download this
    if(a() .. b()) { # etc
    
  3. or download this
    print 3 .. 3;
    
  4. or download this
    print 3 ... 3;