Sparrow6.git | examples/tasks/sln/02/ | task.check


between: { :1: } { :3: }
hello
end:

code: <<RAKU
!raku
say matched();
dump_streams();
RAKU


begin: 
:2:
hello2
end:


within: :3:
end:

code: <<RAKU
!raku
say matched();
RAKU