Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
preparing the next bits
  • Loading branch information
lichtkind committed Oct 23, 2015
1 parent c24cc7c commit daf5af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chapter/text0.md
Expand Up @@ -166,6 +166,7 @@ way you do the rest of the day.
----
!!! from here on the text is in raw state !!!
----
`use v6;`

white space
semicolon
Expand All @@ -178,11 +179,10 @@ braces

not explaining details

`use v6;`

`say 'Result: ', EVAL prompt 'Your Math Question? ';`


`say slurp $?FILE;`

[^chapter start^](#chapter-0)

Expand Down
8 changes: 4 additions & 4 deletions table-of-content.md
@@ -1,10 +1,10 @@
#Perl 6 for problem solver

+ [Chapter 0](/chapter/text0.md) ..................... [Main Program](/chapter/bn0.pl6) [Selfprinter](/chapter/self0.pl6)
+ [Chapter 0](/chapter/text0.md) ..................... [Main Program](/chapter/bn0.pl6), [Selfprinter](/chapter/self0.pl6)
- [goals](/chapter/text0.md#goals) - [methods](/chapter/text0.md#teaching-method) - [layout](/chapter/text0.md#chapter-layout) - [built app](/chapter/text0.md#what-app-to-build) - [prerequisites](/chapter/text0.md#prerequisites)
- [Perl philosophy](/chapter/text0.md#perl-philosophy) - [basic syntax](/chapter/text0.md#basic-syntax-rules) - [first example](/chapter/text0.md#first-example)
+ [Chapter 1](/chapter/text1.md) ..................... [Main Program](/chapter/bn1.pl6)
- scalars - shell IO - file IO
- scalars - quoting - tilde - shell IO - file IO - conditionals - comparison - exit
+ [Chapter 2](/chapter/text2.md) ..................... [Main Program](/chapter/bn2.pl6)
+ [Chapter 3](/chapter/text3.md) ..................... [Main Program](/chapter/bn3.pl6)
+ [Chapter 4](/chapter/text4.md) ..................... [Main Program](/chapter/bn4.pl6)
Expand All @@ -16,8 +16,8 @@
+ Chapter 10
+ Chapter 11
+ Chapter 12




Just click on links, clicking on headings brings you one level up.
Expand Down

0 comments on commit daf5af9

Please sign in to comment.