>> Hi All, >> >> Over on >> >> https://github.com/finanalyst/p6-inform/blob/master/lib/Informative.pm6 >> >> Line 144: >> >> method show( >> Str $str?, >> Int :$timer, >> Bool :$show-countdown >> ) { >> >> where is the class that is linked to that method? >> >> Many thanks, >> -T
On 2020-06-08 03:35, Richard Hainsworth wrote:
Look at line 10 class Informing { On 08/06/2020 11:31, ToddAndMargo via perl6-users wrote:
It is my line 9 Line 8 through line 27 are all inside a comment. Line 28 is the first blank line that ends the comment. 8: =comment code for the inform dialog box 9: class Informing { 10: has $!app; ... 27: <blank line> I am confused. :'( -T