Skip to content

Commit

Permalink
add builtins as the last chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 12, 2010
1 parent 463b3d0 commit 8a866a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -7,9 +7,8 @@ CHAPTERS =src/preface.pod \
src/roles.pod \
src/subtypes.pod \
src/regexes.pod \
src/grammars.pod

# src/builtins.pod
src/grammars.pod \
src/builtins.pod

# If you're on a Mac, and installed Inkscape via MacPorts, you might want to
# manually uncomment the next line, and remove the one after it.
Expand Down
2 changes: 1 addition & 1 deletion src/builtins.pod
Expand Up @@ -30,7 +30,7 @@ here too.

=head1 Numbers

Sometimes coercion is intuitively transparent. Perl 6 has several numeric
Sometimes coercion is intuitively transparent. Perl 6 has several numeric
types which you can intermix freely. For example, subtracting a floating point
value from an integer works, as in C<123 - 12.1e1>.

Expand Down

0 comments on commit 8a866a4

Please sign in to comment.