diff options
Diffstat (limited to 'repl.lua')
-rw-r--r-- | repl.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/repl.lua b/repl.lua index a3fdf95..016df17 100644 --- a/repl.lua +++ b/repl.lua | |||
@@ -16,6 +16,14 @@ local function schemeprint (x) | |||
16 | end | 16 | end |
17 | end | 17 | end |
18 | 18 | ||
19 | local lam = [[ | ||
20 | @,,,@ | ||
21 | <|^ ^|> l a m | ||
22 | | /) 0015 | ||
23 | |I /))) acdw | ||
24 | ------------- | ||
25 | ]] | ||
26 | |||
19 | function m.repl (prompt, infile, out) | 27 | function m.repl (prompt, infile, out) |
20 | -- PROMPT should be a string, INFILE is a filename, and OUT is either a | 28 | -- PROMPT should be a string, INFILE is a filename, and OUT is either a |
21 | -- filename, nil (in which case it will be stdout), or false (which | 29 | -- filename, nil (in which case it will be stdout), or false (which |