Thanks the Possibility without extra characters within [ ] over Lines away To write and the Separator between whom Values To dispense, yields itself a statement "wie on the Papier" or How in the Matrizen-book.
proc mmul A B C = [ // Vorbelegung [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] [0 0 0 0 0] ] if len(A[0])==len(B)// only then definiert i=0 while i < len(A)// Zeilen von A k=0 while k < len(B[0])// Spalten von B C[i][k] = 0 j = 0 while j < len(A[0])// Zeile A * Spalte B C[i][k] = C[i][k] + A[i][j]*B[j][k] j++ wend k++ wend i++ wend return C else return "NaM"// hardship a Matrix endif endproc
Update on the latest stood the Syntax on the 09.04.2016