Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
amprog_04 [2017-09-19 15:50]
Anders Mosshäll
amprog_04 [2017-09-25 08:06]
Anders Mosshäll
Line 46: Line 46:
   $summa = $summa + $tal;   $summa = $summa + $tal;
   echo $tal;   echo $tal;
-  echo ' '; 
      
   if ($i < 19){ // om det inte är sista varvet skriver vi ut ' + '   if ($i < 19){ // om det inte är sista varvet skriver vi ut ' + '
-    echo '+ ';+    echo ' + ';
   }   }