Course of Raku / Advanced / Control flow / Phasers

Quiz — Phasers

When does the code inside an END block run?

0before the program starts
1after the main code has finished
0only while the program is compiled
0every time a block is entered

Course navigation

Solution: The order of ENDs   |   Block-related phasers