📜 ⬆️ ⬇️

Perl6 - Conditional Operators, Loops

1. Features of working with variables and literals in Perl6
2. Perl6 - Variable operations, anonymous blocks

In this article, we will look at conditional operators and cycles, as well as conduct several small experiments on their use.


')
The above operators in Perl 6 must get blocks for execution: even if only one expression is to be executed, it must be passed inside the block: {expression; }

Source: https://habr.com/ru/post/154701/


All Articles