Compile-time calculation: Difference between revisions

→‎{{header|Raku}}: rephrasing and removing parenthesis
m (Code corrupted by "Bad Gateway" error during uploading process.)
(→‎{{header|Raku}}: rephrasing and removing parenthesis)
Line 1,378:
 
Like Perl 5, we also have a BEGIN block, but it also works to introduce a blockless statement,
the value of which will be stored up to be used inas the surroundingan expression at run time:
 
<syntaxhighlight lang="raku" line> say( BEGIN [*] 2..10);</syntaxhighlight>
 
=={{header|REXX}}==
1,934

edits