File tree 8 files changed +19
-19
lines changed
8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 3
3
* extensive Perl 6 tutorial covers all major language parts,
4
4
* building step by step (chapter by chapter) an useful application,
5
5
* has parallel Perl 5 tutorial under [ bitbucket] ( https://bitbucket.org/lichtkind/perl-tut-problemsolver )
6
- * start reading from [ menu ] ( /menu .md )
6
+ * [ start reading] ( /table-of-content .md )
7
7
* published under the [ license] ( /LICENSE ) CC BY-SA 4.0
8
8
* written by [ Authors] ( AUTHORS )
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 1] ( ../menu .md )
4
- ========================
3
+ [ Chapter 1] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* [ scalar variables] ( #scalar-variables )
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 2] ( ../menu .md )
4
- ========================
3
+ [ Chapter 2] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* array variables
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 3] ( ../menu .md )
4
- ========================
3
+ [ Chapter 3] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* ternary op: ` ?? !! `
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 4] ( ../menu .md )
4
- ========================
3
+ [ Chapter 4] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* hash variables
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 5] ( ../menu .md )
4
- ========================
3
+ [ Chapter 5] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* subroutines
Original file line number Diff line number Diff line change 1
1
2
2
3
- [ Chapter 6] ( ../menu .md )
4
- ========================
3
+ [ Chapter 6] ( ../table-of-content .md )
4
+ ===================================
5
5
6
6
7
7
* object and classes
Original file line number Diff line number Diff line change 1
1
#Perl 6 for problem solver
2
2
3
3
+ [ Chapter 0] ( /chapter/text0.md ) .............. [ Main Program] ( /chapter/bn0.pl6 )
4
- * [ goals] ( /chapter/text0.md#goals ) and [ methods] ( /chapter/text0.md#teaching-method )
5
- * [ layout of the whole and structure of each chapter ] ( #chapter-layout )
6
- * [ few prerequisites] ( /chapter/text0.md#prerequisites )
7
- * [ Perl philosophy] ( /chapter/text0.md#perl-philosophy )
8
- * [ basic syntax rules] ( /chapter/text0.md#basic-syntax-rules )
9
- * [ first tiny example: hello math !] ( /chapter/text0.md#first-example )
4
+ - [ goals] ( /chapter/text0.md#goals ) and [ methods] ( /chapter/text0.md#teaching-method )
5
+ - [ layout of the chapters and paragraphs ] ( #chapter-layout )
6
+ - [ few prerequisites] ( /chapter/text0.md#prerequisites )
7
+ - [ Perl philosophy] ( /chapter/text0.md#perl-philosophy )
8
+ - [ basic syntax rules] ( /chapter/text0.md#basic-syntax-rules )
9
+ - [ first tiny example: hello math !] ( /chapter/text0.md#first-example )
10
10
+ [ Chapter 1] ( /chapter/text1.md ) .............. [ Main Program] ( /chapter/bn1.pl6 )
11
11
+ [ Chapter 2] ( /chapter/text2.md ) .............. [ Main Program] ( /chapter/bn2.pl6 )
12
12
+ [ Chapter 3] ( /chapter/text3.md ) .............. [ Main Program] ( /chapter/bn3.pl6 )
You can’t perform that action at this time.
0 commit comments