diff options
Diffstat (limited to 'docs/doc/syntax.html')
| -rw-r--r-- | docs/doc/syntax.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/doc/syntax.html b/docs/doc/syntax.html index d1cb06ac..a87eef7a 100644 --- a/docs/doc/syntax.html +++ b/docs/doc/syntax.html @@ -1,4 +1,7 @@ -<head><link href="../style.css" rel="stylesheet"/></head> +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> +</head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="syntax-overview">Syntax overview</h1> <p>BQN syntax consists of expressions where computation is done with a little organizing structure around them like assignment, functions, and list notation. Expressions are where the programmer is in control so the design tries to do as much as possible with them before introducing special syntax.</p> |
