Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Documentation/Raku/documentation.raku
Normal file
11
Task/Documentation/Raku/documentation.raku
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#= it's yellow
|
||||
sub marine { ... }
|
||||
say &marine.WHY; # "it's yellow"
|
||||
|
||||
#= a shaggy little thing
|
||||
class Sheep {
|
||||
#= not too scary
|
||||
method roar { 'roar!' }
|
||||
}
|
||||
say Sheep.WHY; # "a shaggy little thing"
|
||||
say Sheep.^find_method('roar').WHY; # "not too scary"
|
||||
Loading…
Add table
Add a link
Reference in a new issue