Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linking complete chapter 0
  • Loading branch information
lichtkind committed Oct 8, 2015
1 parent f9c46cd commit 3b2b0ed
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions chapter/text0.md
@@ -1,19 +1,19 @@


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


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



[Goals](#chapter)
[Goals](#chapter-0)
--------------

Welcome,
Expand All @@ -29,7 +29,7 @@ programming language. You can find here:



[Methods](#chapter)
[Methods](#chapter-0)
-----------

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



Prerequisites
-------------
[Prerequisites](#chapter-0)
--------------------------

- curiosity
- few programming basics
Expand All @@ -66,6 +66,10 @@ Prerequisites

----


[Chapter Layout](#chapter-0)
--------------------------

if you ever wondered what Perl 6 is able
to this practical Tutorial, aimed to people who learn the most while
our little tutorial: "Perl 6 for problem solver".
Expand All @@ -89,6 +93,22 @@ just handling a search engine should be fine.
What it aims that filled in by quick search,


[Perl Philosophy](#chapter-0)
--------------------------

[Basic Syntax Rules](#chapter-0)
--------------------------



[First Example](#chapter-0)
--------------------------


`use v6;`

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



[^Up^](#chapter-0)

0 comments on commit 3b2b0ed

Please sign in to comment.