Skip to content

Commit daf5af9

Browse files
committed
preparing the next bits
1 parent c24cc7c commit daf5af9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: chapter/text0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ way you do the rest of the day.
166166
----
167167
!!! from here on the text is in raw state !!!
168168
----
169+
`use v6;`
169170

170171
white space
171172
semicolon
@@ -178,11 +179,10 @@ braces
178179

179180
not explaining details
180181

181-
`use v6;`
182182

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

185-
185+
`say slurp $?FILE;`
186186

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

Diff for: table-of-content.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Perl 6 for problem solver
22

3-
+ [Chapter 0](/chapter/text0.md) ..................... [Main Program](/chapter/bn0.pl6) [Selfprinter](/chapter/self0.pl6)
3+
+ [Chapter 0](/chapter/text0.md) ..................... [Main Program](/chapter/bn0.pl6), [Selfprinter](/chapter/self0.pl6)
44
- [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)
55
- [Perl philosophy](/chapter/text0.md#perl-philosophy) - [basic syntax](/chapter/text0.md#basic-syntax-rules) - [first example](/chapter/text0.md#first-example)
66
+ [Chapter 1](/chapter/text1.md) ..................... [Main Program](/chapter/bn1.pl6)
7-
- scalars - shell IO - file IO
7+
- scalars - quoting - tilde - shell IO - file IO - conditionals - comparison - exit
88
+ [Chapter 2](/chapter/text2.md) ..................... [Main Program](/chapter/bn2.pl6)
99
+ [Chapter 3](/chapter/text3.md) ..................... [Main Program](/chapter/bn3.pl6)
1010
+ [Chapter 4](/chapter/text4.md) ..................... [Main Program](/chapter/bn4.pl6)
@@ -16,8 +16,8 @@
1616
+ Chapter 10
1717
+ Chapter 11
1818
+ Chapter 12
19-
20-
19+
20+
2121

2222

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

0 commit comments

Comments
 (0)