Content deleted Content added
m Fix syntaxhighlight errors (via WP:JWB) |
|||
Line 68:
::will not compile, and compiler will report the issue:
<syntaxhighlight lang="text">
a.d:10:18: error: immutable function 'a.main.mysum' cannot access mutable data 'pivot'
10 | if (b <= pivot) // ref to enclosing-scope
|