mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
394 B
394 B
--# run #--
--- text ---
| {}"" {}"42" {}"" |
--- error ---
no variable "y" defined in closure
↳ from test/tests/closure define nested.ans:12:4 in call: f . "y"
↳ from test/tests/closure define nested.ans:12:1 in text interpolation: | {f . "y"} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}
--- text ---
| {}"" {}"42" {}"" |
--- error ---
no variable "y" defined in closure
↳ from test/tests/closure define nested.ans:12:4 in call: f . "y"
↳ from test/tests/closure define nested.ans:12:1 in text interpolation: | {f . "y"} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}