Course of Raku / Advanced / Control flow / Block-related phasers
Quiz — LEAVE
When does the code inside a LEAVE block run?
| 0 | when the block is entered |
| 1 | when the block is left |
| 0 | only at compile time |
| 0 | once before the program starts |
Course of Raku / Advanced / Control flow / Block-related phasers
LEAVEWhen does the code inside a LEAVE block run?
| 0 | when the block is entered |
| 1 | when the block is left |
| 0 | only at compile time |
| 0 | once before the program starts |