Skip to content

Commit 3b2b0ed

Browse files
committed
linking complete chapter 0
1 parent f9c46cd commit 3b2b0ed

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

chapter/text0.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22

3-
Perl 6 for problem solver - [Chapter]() 0
3+
Perl 6 for problem solver - [Chapter 0](/../menu)
44
=========================================
55

66

77
* [goals](#goals) and [methods](#methods)
8-
* few prerequisites
9-
* layout of the whole and structure of each chapter
10-
* first tiny example: hello math !
11-
* Perl philosophy
12-
* basic syntax rules
8+
* [few prerequisites](#prerequisites)
9+
* [layout of the whole and structure of each chapter](#chapter-layout)
10+
* [Perl philosophy](#perl-philosophy)
11+
* [basic syntax rules](#basic-syntax-rules)
12+
* [first tiny example: hello math !](#first-example)
1313

1414

1515

16-
[Goals](#chapter)
16+
[Goals](#chapter-0)
1717
--------------
1818

1919
Welcome,
@@ -29,7 +29,7 @@ programming language. You can find here:
2929

3030

3131

32-
[Methods](#chapter)
32+
[Methods](#chapter-0)
3333
-----------
3434

3535
While all the action might be mostly between "you and your computer", we try to give
@@ -55,8 +55,8 @@ through the whole tutorial might be a big extra task.
5555

5656

5757

58-
Prerequisites
59-
-------------
58+
[Prerequisites](#chapter-0)
59+
--------------------------
6060

6161
- curiosity
6262
- few programming basics
@@ -66,6 +66,10 @@ Prerequisites
6666

6767
----
6868

69+
70+
[Chapter Layout](#chapter-0)
71+
--------------------------
72+
6973
if you ever wondered what Perl 6 is able
7074
to this practical Tutorial, aimed to people who learn the most while
7175
our little tutorial: "Perl 6 for problem solver".
@@ -89,6 +93,22 @@ just handling a search engine should be fine.
8993
What it aims that filled in by quick search,
9094

9195

96+
[Perl Philosophy](#chapter-0)
97+
--------------------------
98+
99+
[Basic Syntax Rules](#chapter-0)
100+
--------------------------
101+
102+
103+
104+
[First Example](#chapter-0)
105+
--------------------------
106+
107+
92108
`use v6;`
93109

94-
`say 'Result: ', EVAL prompt 'Your Math Question? ';`
110+
`say 'Result: ', EVAL prompt 'Your Math Question? ';`
111+
112+
113+
114+
[^Up^](#chapter-0)

0 commit comments

Comments
 (0)