diff options
Diffstat (limited to 'html/088file.mu.html')
-rw-r--r-- | html/088file.mu.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/html/088file.mu.html b/html/088file.mu.html index db45a81e..8f044eaa 100644 --- a/html/088file.mu.html +++ b/html/088file.mu.html @@ -123,7 +123,11 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Delimiter">}</span> <span class="Comment"># real file system</span> file:num <span class="Special"><-</span> $open-file-for-writing filename - assert file, <span class="Constant">[no such file]</span> + <span class="Delimiter">{</span> + <span class="muControl">break-if</span> file + msg:text <span class="Special"><-</span> append <span class="Constant">[no such file: ]</span> filename + assert file, msg + <span class="Delimiter">}</span> routine-id <span class="Special"><-</span> start-running transmit-to-file file, source ] |