aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-27 08:04:54 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-27 08:04:54 -0300
commitfa834788dccf8d782c7e9d21bdbcffdc066dbfa3 (patch)
treec229149b6222543469365b05566870a73c1ca4f1
parent8aaba1d537f00eeea18c28fdfce6a6c4aff5d0f8 (diff)
The following topics will be covered in this chapter:
• Introducing statements and blocks • Introducing functions • Understanding function definitions • Order of execution • Understanding function declarations By the end of this chapter, you will have a solid foundation to create and use function statements.
-rw-r--r--REAME12
1 files changed, 12 insertions, 0 deletions
diff --git a/REAME b/REAME
index f8581d1..d8f2aa6 100644
--- a/REAME
+++ b/REAME
@@ -27,3 +27,15 @@ Chapter 1
• Employing guided chaos, followed by careful observation for deeper learning
The knowledge gained with these topics will be essential for further progress. So, let's get started!
+
+Chapter 2
+
+ The following topics will be covered in this chapter:
+
+ • Introducing statements and blocks
+ • Introducing functions
+ • Understanding function definitions
+ • Order of execution
+ • Understanding function declarations
+
+ By the end of this chapter, you will have a solid foundation to create and use function statements.