Help for this page

Select Code to Download


  1. or download this
    <a b c>.map: *.uc;     # same as <a b c>.map: -> $char { $char.uc }
    
  2. or download this
     Str $file where *.IO.f = 'file.dat',
    
  3. or download this
    Str $file where -> $x {$x.IO.f} = 'file.dat',
    
  4. or download this
    #b.raku
    
    ...
    7
    a.raku
    Verbosity on