- or download this
use CLOS;
class Bake {
...
say "----";
$cook.rest;
- or download this
perl6 -I . Bake.pm
...about to preheat
...
----
resting
...resting done
- or download this
my class CLOSClassHOW is Metamodel::ClassHOW {
my Bool %before{Any};
...
my module EXPORTHOW { }
EXPORTHOW.WHO.<class> = CLOSClassHOW;