diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-09 00:24:24 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-09 00:24:24 -0700 |
commit | b4d5b58959f9d416976910609f46733ee91bacb0 (patch) | |
tree | 3293be48d95f44481ae2b0cf151099ccf112898f /html/real-files.mu.html | |
parent | ceeb92d470c29613f6a036f9c2077126ecc09b47 (diff) | |
download | mu-b4d5b58959f9d416976910609f46733ee91bacb0.tar.gz |
3491
Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
Diffstat (limited to 'html/real-files.mu.html')
-rw-r--r-- | html/real-files.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/real-files.mu.html b/html/real-files.mu.html index c65a88a5..2ffe5dfc 100644 --- a/html/real-files.mu.html +++ b/html/real-files.mu.html @@ -37,7 +37,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Constant">local-scope</span> f:num/file<span class="Special"> <- </span>$open-file-for-reading <span class="Constant">[/tmp/mu-x]</span> $print <span class="Constant">[file to read from: ]</span>, f, <span class="Constant">10/newline</span> - c:char, eof?:boolean<span class="Special"> <- </span>$read-from-file f + c:char, eof?:bool<span class="Special"> <- </span>$read-from-file f $print <span class="Constant">[copying ]</span>, c, <span class="Constant">10/newline</span> f<span class="Special"> <- </span>$close-file f $print <span class="Constant">[file after closing: ]</span>, f, <span class="Constant">10/newline</span> |