diff options
Diffstat (limited to 'docs/doc/windows.html')
| -rw-r--r-- | docs/doc/windows.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/doc/windows.html b/docs/doc/windows.html index 41923fa6..4831bd28 100644 --- a/docs/doc/windows.html +++ b/docs/doc/windows.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="windows">Windows</h1> <p>In BQN, it's strongly preferred to use functions, and not modifiers, for array manipulation. Functions are simpler as they have fewer moving parts. They are more concrete, since the array results can always be viewed right away. They are easier to implement with reasonable performance as well, since there is no need to recognize many possible function operands as special cases.</p> |
