File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ way you do the rest of the day.
166
166
----
167
167
!!! from here on the text is in raw state !!!
168
168
----
169
+ ` use v6; `
169
170
170
171
white space
171
172
semicolon
@@ -178,11 +179,10 @@ braces
178
179
179
180
not explaining details
180
181
181
- ` use v6; `
182
182
183
183
` say 'Result: ', EVAL prompt 'Your Math Question? '; `
184
184
185
-
185
+ ` say slurp $?FILE; `
186
186
187
187
[ ^chapter start^] ( #chapter-0 )
188
188
Original file line number Diff line number Diff line change 1
1
#Perl 6 for problem solver
2
2
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 )
4
4
- [ 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 )
5
5
- [ Perl philosophy] ( /chapter/text0.md#perl-philosophy ) - [ basic syntax] ( /chapter/text0.md#basic-syntax-rules ) - [ first example] ( /chapter/text0.md#first-example )
6
6
+ [ 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
8
8
+ [ Chapter 2] ( /chapter/text2.md ) ..................... [ Main Program] ( /chapter/bn2.pl6 )
9
9
+ [ Chapter 3] ( /chapter/text3.md ) ..................... [ Main Program] ( /chapter/bn3.pl6 )
10
10
+ [ Chapter 4] ( /chapter/text4.md ) ..................... [ Main Program] ( /chapter/bn4.pl6 )
16
16
+ Chapter 10
17
17
+ Chapter 11
18
18
+ Chapter 12
19
-
20
-
19
+
20
+
21
21
22
22
23
23
Just click on links, clicking on headings brings you one level up.
You can’t perform that action at this time.
0 commit comments