Sparrow6.git | examples/tasks/streams-array-with-negation/ | task.check


within: Jack
1080p
!regexp: Highlights
end:

generator: <<OK
!raku
for streams_array() -> $i {
   say "assert: ", $i.tail.head ~~ /\S+/ ?? True !! False, " i.tail.head is not empty" ;
}
OK