Subject: | Wrong error message. |
[15:34:29] <simcop2387-lap> hrm wrong error there, it should be bitching
about not enough parameters to f
[15:35:04] <b_jonas> cubert: f{k, n} := { [k, n] }; f[3]
[15:35:05] <cubert> b_jonas: Number of arguments not correct to f[]
[15:35:12] <b_jonas> cubert: f{k = 0, n} := { [k, n] }; f[3, 5]
[15:35:12] <cubert> b_jonas: [3 , 5 ]
[15:35:17] <b_jonas> cubert: f{k = 0, n} := { [k, n] }; f[3]
[15:35:17] <cubert> b_jonas: Can't call method "setref" on an undefined
value at /home/ryan/farnsworth/lib/Language/Farnsworth/Variables.pm line
111.