about summary refs log tree commit diff stats
path: root/html/511image.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-10-09 21:07:54 -0700
committerKartik Agaram <vc@akkartik.com>2021-10-09 21:09:21 -0700
commit1fca8ee13c73790380fa2554c68ebf60c86e95d9 (patch)
treef86f82577dcdb01d614099fa0d8782a8008a9a43 /html/511image.mu.html
parent1ff9dde13ba00ca3c6ea3cf1d1178c06d83da1c5 (diff)
downloadmu-1fca8ee13c73790380fa2554c68ebf60c86e95d9.tar.gz
.
Diffstat (limited to 'html/511image.mu.html')
-rw-r--r--html/511image.mu.html64
1 files changed, 32 insertions, 32 deletions
diff --git a/html/511image.mu.html b/html/511image.mu.html
index 6ef5f499..5593195b 100644
--- a/html/511image.mu.html
+++ b/html/511image.mu.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - 511image.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -31,7 +31,7 @@ a { color:inherit; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -235,10 +235,10 @@ if ('onhashchange' in window) {
 <span id="L170" class="LineNr"> 170 </span>      compare idx, len
 <span id="L171" class="LineNr"> 171 </span>      <span class="Delimiter">{</span>
 <span id="L172" class="LineNr"> 172 </span>        <span class="PreProc">break-if-&lt;</span>
-<span id="L173" class="LineNr"> 173 </span>        <a href='500fake-screen.mu.html#L246'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
-<span id="L174" class="LineNr"> 174 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L175" class="LineNr"> 175 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
-<span id="L176" class="LineNr"> 176 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
+<span id="L173" class="LineNr"> 173 </span>        <a href='500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
+<span id="L174" class="LineNr"> 174 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L175" class="LineNr"> 175 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
+<span id="L176" class="LineNr"> 176 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
 <span id="L177" class="LineNr"> 177 </span>      <span class="Delimiter">}</span>
 <span id="L178" class="LineNr"> 178 </span>      <span class="PreProc">var</span> src-a/eax: (addr byte) <span class="Special">&lt;-</span> index img-data, idx
 <span id="L179" class="LineNr"> 179 </span>      <span class="PreProc">var</span> src/eax: byte <span class="Special">&lt;-</span> copy-byte *src-a
@@ -252,7 +252,7 @@ if ('onhashchange' in window) {
 <span id="L187" class="LineNr"> 187 </span>      screenx <span class="Special">&lt;-</span> add xmin
 <span id="L188" class="LineNr"> 188 </span>      <span class="PreProc">var</span> screeny/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> convert y
 <span id="L189" class="LineNr"> 189 </span>      screeny <span class="Special">&lt;-</span> add ymin
-<span id="L190" class="LineNr"> 190 </span>      <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
+<span id="L190" class="LineNr"> 190 </span>      <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
 <span id="L191" class="LineNr"> 191 </span>      x <span class="Special">&lt;-</span> add one-f
 <span id="L192" class="LineNr"> 192 </span>      <span class="PreProc">loop</span>
 <span id="L193" class="LineNr"> 193 </span>    <span class="Delimiter">}</span>
@@ -279,7 +279,7 @@ if ('onhashchange' in window) {
 <span id="L214" class="LineNr"> 214 </span>    tmp <span class="Special">&lt;-</span> <a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> curr-word
 <span id="L215" class="LineNr"> 215 </span>    compare tmp, <span class="Constant">0xff</span>
 <span id="L216" class="LineNr"> 216 </span>    <span class="PreProc">break-if-=</span>
-<span id="L217" class="LineNr"> 217 </span>    <a href='501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;levels of grey is not 255; continuing and hoping for the best&quot;</span>, <span class="Constant">0x2b</span>/fg <span class="Constant">0</span>/bg
+<span id="L217" class="LineNr"> 217 </span>    <a href='501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;levels of grey is not 255; continuing and hoping for the best&quot;</span>, <span class="Constant">0x2b</span>/fg <span class="Constant">0</span>/bg
 <span id="L218" class="LineNr"> 218 </span>  <span class="Delimiter">}</span>
 <span id="L219" class="LineNr"> 219 </span>  <span class="PreProc">var</span> dest/<span class="muRegEdi">edi</span>: (addr int) <span class="Special">&lt;-</span> get self, max
 <span id="L220" class="LineNr"> 220 </span>  copy-to *dest, tmp
@@ -357,10 +357,10 @@ if ('onhashchange' in window) {
 <span id="L292" class="LineNr"> 292 </span>      compare idx, len
 <span id="L293" class="LineNr"> 293 </span>      <span class="Delimiter">{</span>
 <span id="L294" class="LineNr"> 294 </span>        <span class="PreProc">break-if-&lt;</span>
-<span id="L295" class="LineNr"> 295 </span>        <a href='500fake-screen.mu.html#L246'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
-<span id="L296" class="LineNr"> 296 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L297" class="LineNr"> 297 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
-<span id="L298" class="LineNr"> 298 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
+<span id="L295" class="LineNr"> 295 </span>        <a href='500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
+<span id="L296" class="LineNr"> 296 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L297" class="LineNr"> 297 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
+<span id="L298" class="LineNr"> 298 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
 <span id="L299" class="LineNr"> 299 </span>      <span class="Delimiter">}</span>
 <span id="L300" class="LineNr"> 300 </span>      <span class="PreProc">var</span> src-a/eax: (addr byte) <span class="Special">&lt;-</span> index img-data, idx
 <span id="L301" class="LineNr"> 301 </span>      <span class="PreProc">var</span> src/eax: byte <span class="Special">&lt;-</span> copy-byte *src-a
@@ -369,7 +369,7 @@ if ('onhashchange' in window) {
 <span id="L304" class="LineNr"> 304 </span>      screenx <span class="Special">&lt;-</span> add xmin
 <span id="L305" class="LineNr"> 305 </span>      <span class="PreProc">var</span> screeny/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> convert y
 <span id="L306" class="LineNr"> 306 </span>      screeny <span class="Special">&lt;-</span> add ymin
-<span id="L307" class="LineNr"> 307 </span>      <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
+<span id="L307" class="LineNr"> 307 </span>      <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
 <span id="L308" class="LineNr"> 308 </span>      x <span class="Special">&lt;-</span> add one-f
 <span id="L309" class="LineNr"> 309 </span>      <span class="PreProc">loop</span>
 <span id="L310" class="LineNr"> 310 </span>    <span class="Delimiter">}</span>
@@ -718,8 +718,8 @@ if ('onhashchange' in window) {
 <span id="L653" class="LineNr"> 653 </span><span class="CommentedCode">#?     break-if-&lt;=</span>
 <span id="L654" class="LineNr"> 654 </span><span class="CommentedCode">#?     return</span>
 <span id="L655" class="LineNr"> 655 </span><span class="CommentedCode">#?   }</span>
-<span id="L656" class="LineNr"> 656 </span>  <a href='501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, s, <span class="Constant">7</span>/fg <span class="Constant">0</span>/bg
-<span id="L657" class="LineNr"> 657 </span>  <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, d, fg <span class="Constant">0</span>/bg
+<span id="L656" class="LineNr"> 656 </span>  <a href='501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, s, <span class="Constant">7</span>/fg <span class="Constant">0</span>/bg
+<span id="L657" class="LineNr"> 657 </span>  <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, d, fg <span class="Constant">0</span>/bg
 <span id="L658" class="LineNr"> 658 </span><span class="Delimiter">}</span>
 <span id="L659" class="LineNr"> 659 </span>
 <span id="L660" class="LineNr"> 660 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='511image.mu.html#L660'>psx</a></span> s: (addr array byte), d: int, fg: int, x: int, y: int <span class="Delimiter">{</span>
@@ -743,8 +743,8 @@ if ('onhashchange' in window) {
 <span id="L678" class="LineNr"> 678 </span><span class="CommentedCode">#?     break-if-&lt;=</span>
 <span id="L679" class="LineNr"> 679 </span><span class="CommentedCode">#?     return</span>
 <span id="L680" class="LineNr"> 680 </span><span class="CommentedCode">#?   }</span>
-<span id="L681" class="LineNr"> 681 </span>  <a href='501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, s, <span class="Constant">7</span>/fg <span class="Constant">0</span>/bg
-<span id="L682" class="LineNr"> 682 </span>  <a href='501draw-text.mu.html#L339'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, d, fg <span class="Constant">0</span>/bg
+<span id="L681" class="LineNr"> 681 </span>  <a href='501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, s, <span class="Constant">7</span>/fg <span class="Constant">0</span>/bg
+<span id="L682" class="LineNr"> 682 </span>  <a href='501draw-text.mu.html#L394'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, d, fg <span class="Constant">0</span>/bg
 <span id="L683" class="LineNr"> 683 </span><span class="Delimiter">}</span>
 <span id="L684" class="LineNr"> 684 </span>
 <span id="L685" class="LineNr"> 685 </span><span class="muComment"># import a color ascii &quot;pixmap&quot; (each pixel consists of 3 shades of r/g/b from 0 to 255)</span>
@@ -854,10 +854,10 @@ if ('onhashchange' in window) {
 <span id="L789" class="LineNr"> 789 </span>      compare idx, len
 <span id="L790" class="LineNr"> 790 </span>      <span class="Delimiter">{</span>
 <span id="L791" class="LineNr"> 791 </span>        <span class="PreProc">break-if-&lt;</span>
-<span id="L792" class="LineNr"> 792 </span>        <a href='500fake-screen.mu.html#L246'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
-<span id="L793" class="LineNr"> 793 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L794" class="LineNr"> 794 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
-<span id="L795" class="LineNr"> 795 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
+<span id="L792" class="LineNr"> 792 </span>        <a href='500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
+<span id="L793" class="LineNr"> 793 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L794" class="LineNr"> 794 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
+<span id="L795" class="LineNr"> 795 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
 <span id="L796" class="LineNr"> 796 </span>      <span class="Delimiter">}</span>
 <span id="L797" class="LineNr"> 797 </span>      <span class="muComment"># r channel</span>
 <span id="L798" class="LineNr"> 798 </span>      <span class="PreProc">var</span> r: int
@@ -889,7 +889,7 @@ if ('onhashchange' in window) {
 <span id="L824" class="LineNr"> 824 </span>      screenx <span class="Special">&lt;-</span> add xmin
 <span id="L825" class="LineNr"> 825 </span>      <span class="PreProc">var</span> screeny/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> convert y
 <span id="L826" class="LineNr"> 826 </span>      screeny <span class="Special">&lt;-</span> add ymin
-<span id="L827" class="LineNr"> 827 </span>      <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color
+<span id="L827" class="LineNr"> 827 </span>      <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color
 <span id="L828" class="LineNr"> 828 </span>      x <span class="Special">&lt;-</span> add one-f
 <span id="L829" class="LineNr"> 829 </span>      <span class="PreProc">loop</span>
 <span id="L830" class="LineNr"> 830 </span>    <span class="Delimiter">}</span>
@@ -1143,10 +1143,10 @@ if ('onhashchange' in window) {
 <span id="L1078" class="LineNr">1078 </span>      compare idx, len
 <span id="L1079" class="LineNr">1079 </span>      <span class="Delimiter">{</span>
 <span id="L1080" class="LineNr">1080 </span>        <span class="PreProc">break-if-&lt;</span>
-<span id="L1081" class="LineNr">1081 </span>        <a href='500fake-screen.mu.html#L246'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
-<span id="L1082" class="LineNr">1082 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L1083" class="LineNr">1083 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
-<span id="L1084" class="LineNr">1084 </span>        <a href='501draw-text.mu.html#L394'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
+<span id="L1081" class="LineNr">1081 </span>        <a href='500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0x20</span>/y
+<span id="L1082" class="LineNr">1082 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L1083" class="LineNr">1083 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, imgy, <span class="Constant">4</span>/fg <span class="Constant">0</span>/bg
+<span id="L1084" class="LineNr">1084 </span>        <a href='501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, idx, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
 <span id="L1085" class="LineNr">1085 </span>      <span class="Delimiter">}</span>
 <span id="L1086" class="LineNr">1086 </span>      <span class="PreProc">var</span> color-a/eax: (addr byte) <span class="Special">&lt;-</span> index img-data, idx
 <span id="L1087" class="LineNr">1087 </span>      <span class="PreProc">var</span> color/eax: byte <span class="Special">&lt;-</span> copy-byte *color-a
@@ -1155,7 +1155,7 @@ if ('onhashchange' in window) {
 <span id="L1090" class="LineNr">1090 </span>      screenx <span class="Special">&lt;-</span> add xmin
 <span id="L1091" class="LineNr">1091 </span>      <span class="PreProc">var</span> screeny/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> convert y
 <span id="L1092" class="LineNr">1092 </span>      screeny <span class="Special">&lt;-</span> add ymin
-<span id="L1093" class="LineNr">1093 </span>      <a href='500fake-screen.mu.html#L557'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
+<span id="L1093" class="LineNr">1093 </span>      <a href='500fake-screen.mu.html#L578'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, screenx, screeny, color-int
 <span id="L1094" class="LineNr">1094 </span>      x <span class="Special">&lt;-</span> add one-f
 <span id="L1095" class="LineNr">1095 </span>      <span class="PreProc">loop</span>
 <span id="L1096" class="LineNr">1096 </span>    <span class="Delimiter">}</span>