546
edits
(io Core functions from former plausible.org added) |
m (→io.readfile()) |
||
Line 32: | Line 32: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== io.readfile() === | === io.readfile() === | ||
Reads and returns a complete file as a string. | Reads and returns a complete file as a string. Failures are thrown as runtime errors as per die(). | ||
<syntaxhighlight lang="nasal"> | <syntaxhighlight lang="nasal"> | ||
io.readfile(file); | io.readfile(file); |
edits