Raku Programming/Advanced Subroutines

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Advanced Subroutines[edit | edit source]

We talked about subroutines and code references earlier, but there is a lot more material to cover with these issues then we had room for in that chapter. Now we're going to cover some of the more advanced features of subroutines and code references.

Code objects[edit | edit source]

Blocks as Parameters[edit | edit source]

Currying[edit | edit source]

Signature Objects[edit | edit source]