|
|
|
|
|
by twism
982 days ago
|
|
In the "Error Handle" example ... 11 var t = test {
---------------------------------------------
Should the variable `t` be `foo` here? ---------------------------------------------
12 list = [1, 2, 3, 4, 5]
13 }
14
15 var (l, err) = foo.list[8]
|
|