Help for this page

Select Code to Download


  1. or download this
    return scalar(10,20);
    
  2. or download this
      DB<100> print scalar (10,20)
    20
    
  3. or download this
      
      DB<113> sub tst { 2..10 }
     => 0
    ...
     
      DB<121> $a=tst()
     => "3E0"