egison / egison-tutorial

The Egison tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Example

kantohm11 opened this issue · comments

This line :
["[| [| 1 2 |] [| 10 20 30 |] |]"
is supposed to be an example of a matrix. So, it should probably be
["[| [| 1 2 3 |] [| 10 20 30 |] |]".

Thank you very much! I fixed the mistake.