diff --git a/example/Matrix.forth b/example/Matrix.forth index 42d20bf..3a713cf 100644 --- a/example/Matrix.forth +++ b/example/Matrix.forth @@ -11,7 +11,7 @@ couple rushedly written tests. :fill (na--a) [ store-next ] times ; ---reveal--- :matrix (nms--a) create initialise ; - :matrix (x1xn...nms--a) prepare matrix swap fill drop ; + :matrix (xn...x1nms-) prepare matrix swap fill drop ; }} ~~~