From cc9ac1b1e2654074745aee4f3b59b292daba0d44 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 2 Jan 2021 23:29:40 +0100 Subject: docs/guide: fixes --- docs/guide/04_syntax.md | 9 +++------ docs/guide/index.md | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/guide/04_syntax.md b/docs/guide/04_syntax.md index 93f1c61..29361f7 100644 --- a/docs/guide/04_syntax.md +++ b/docs/guide/04_syntax.md @@ -12,18 +12,15 @@ to format code to your liking. The following are all equal and valid examples: (print "hello world") - (+ 1 - 2 - 3) - (print - "hello world") + "hello world" + ) ( print "hello world" ) It is however recommended to follow the [clojure style guide][clojure-style] as much as it does apply to alv. All further examples in this guide will respect -this guideline, so you might just pick it up simply by following this guide. +this guideline, so you might just pick it up simply by following along. ## comments To annotate your code, you can use comments. In `alv`, comments begin with diff --git a/docs/guide/index.md b/docs/guide/index.md index 6933717..14d4a86 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -20,7 +20,7 @@ language and features like functions, loops, etc. take a look at the 4. [syntax](04_syntax.html) 5. [basic types](05_basic-types.html) 6. [importing operators](06_importing-operators.html) -7. [defining symbols](07_symbols.html) +7. [defining symbols](07_defining-symbols.html) 8. [making sound](08_making-sound.html) [supercollider]: https://supercollider.github.io/ -- cgit v1.2.3