User Tools

Site Tools


at:tutorial:basic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
at:tutorial:basic [2020/02/09 21:53] elisagat:tutorial:basic [2020/02/09 21:54] elisag
Line 230: Line 230:
 >> 21 >> 21
 </code> </code>
 +
  
  
Line 253: Line 254:
   def [i,j] := [0,0];   def [i,j] := [0,0];
   def makeCol(i,j) {   def makeCol(i,j) {
-     def col[m] { j := j + 1; init(n,m) }+     def col[m] { j := j + 1; init(i,j) }
   };   };
   def matrix[n] { i := i + 1; makeCol(i,j)}   def matrix[n] { i := i + 1; makeCol(i,j)}
at/tutorial/basic.txt · Last modified: 2020/02/09 22:05 by elisag