Skip to content

Commit

Permalink
[book] HTML output can render an entity within a code example, but LaTeX
Browse files Browse the repository at this point in the history
can't. Also, Pod parsers other than Pod::Simple can't parse entities in
code examples. Removing it, since it's not really necessary to use the
symbol for 'pi' in a code example comment. See TT #556.


git-svn-id: https://svn.parrot.org/parrot/trunk@38220 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
allisonrandal committed Apr 20, 2009
1 parent 8c54101 commit ec32636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/ch09_pasm.pod
Expand Up @@ -255,7 +255,7 @@ opcode:
=begin PASM

set I0, 42 # set integer register #0 to the integer value 42
set N3, 3.14159 # set number register #3 to an approximation of E<#x3C0>
set N3, 3.14159 # set number register #3 to an approximation of pi
set I1, I0 # set register I1 to what I0 contains
set I2, N3 # truncate the floating point number to an integer

Expand Down

0 comments on commit ec32636

Please sign in to comment.