diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-27 08:04:54 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-27 08:04:54 -0300 |
| commit | fa834788dccf8d782c7e9d21bdbcffdc066dbfa3 (patch) | |
| tree | c229149b6222543469365b05566870a73c1ca4f1 | |
| parent | 8aaba1d537f00eeea18c28fdfce6a6c4aff5d0f8 (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-- | REAME | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |
