Skip to content

Commit cfea1b4

Browse files
committed
This isn't Perl
1 parent f718658 commit cfea1b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/terms.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,10 @@ say 'Speed of Light is ' ~ SpeedOfLight ~ ' ' ~ Unit;
221221
that will produce the following output (note how the constants have been
222222
lexically overwritten):
223223
224-
=for code
224+
=for code :lang<output>
225225
Speed of Light is 299792458 m/s
226226
Speed of Light is 186200 mi/s
227227
228-
229228
Referencing a lexical C<constant> outside of the block will produce
230229
an C<Undeclared name> compilation error.
231230

0 commit comments

Comments
 (0)