Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update pod.pod6
Use R<> as Pod
  • Loading branch information
finanalyst committed Jan 7, 2019
1 parent c380aa6 commit 5769c45
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions doc/Language/pod.pod6
Expand Up @@ -612,19 +612,17 @@ B<replaceable item>, a placeholder, or a metasyntactic variable. It is
used to indicate a component of a syntax or specification that should
eventually be replaced by an actual value. For example:
=begin code :allow<B>
The basic C<ln> command is: C<ln> B<R<source_file> R<target_file>>
=end code
The basic C<ln> command is: C<ln> R<source_file> R<target_file>
or:
=begin code :allow<B>
=begin code :allow<R>
Then enter your details at the prompt:
=for input
Name: B<R<your surname>>
ID: B<R<your employee number>>
Pass: B<R<your 36-letter password>>
Name: R<your surname>
ID: R<your employee number>
Pass: R<your 36-letter password>
=end code
=head2 Terminal output
Expand Down

0 comments on commit 5769c45

Please sign in to comment.