Fix POD errors.
This commit is contained in:
parent
e115ea18a5
commit
d05d49d47a
1 changed files with 5 additions and 5 deletions
|
|
@ -660,7 +660,7 @@ call to L<"processGoto">.
|
||||||
|
|
||||||
The expression should be valid perl. Any section/question variables that you refer to
|
The expression should be valid perl. Any section/question variables that you refer to
|
||||||
should be written as $var, as if your perl code had access to that variable. In reality,
|
should be written as $var, as if your perl code had access to that variable. In reality,
|
||||||
those variables don't exist - they're substituted in via L<"parseGotoExpression"> and
|
those variables don't exist - they're substituted in via L<parseGotoExpression> and
|
||||||
then the expression is evaluated in a safe compartment.
|
then the expression is evaluated in a safe compartment.
|
||||||
|
|
||||||
Here is an example using section variables S1 and S2 as jump targets and question
|
Here is an example using section variables S1 and S2 as jump targets and question
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue