Course of Raku / Advanced / Subroutines / Nested subroutines
Quiz — Nested scope
A subroutine inner is defined inside another subroutine
outer. From where can inner be called?
| 1 | only from inside outer |
| 0 | from anywhere in the program |
| 0 | only from inside another subroutine |
| 0 | only before outer is defined |