Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.15 KB

reading-this-book.adoc

File metadata and controls

61 lines (40 loc) · 1.15 KB

How To Read This Book

Formatting

Monospace text indicates code snippets and directories.

Keyboard+Shortcut indicates keyboard shortcuts.

Organization

This book is broken down into tutorials, which are further broken down into sections.

Each section looks like this.

  • Introduction

  • Instructions

  • The Code

  • Recap

  • Think about this!

  • Feeling adventurous?

Code

If a filename is specified, the code reference belongs to a file. Otherwise, it is included as an example.

The code shown is for reference.

Here is an important example

Highlighted text indicates that the code has changed.

Filename.spin should be updated with this change.

Filename.spin
This code hasn't changed

&&&This code absolutely has changed

Unless otherwise specified, the language used in this book is Spin.

Admonitions

Tip
This is a tip, suggesting good practice.
Note
Extra information about something we’re covering.
Important
Pay close attention to this information.
Warning
Be careful not to make this mistake.
Caution
Be EXTRA careful not to make this mistake, as something bad could happen.