diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-12 00:06:14 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-12 00:06:14 -0800 |
commit | 97dd2c654f727f38ca5d15798540286913988662 (patch) | |
tree | a7c0b8be09d3266bd78dffaedff673140000b5eb /stdin.mu | |
parent | f72a25ef728e2cd3d2dd98e6822598f42d4c1b89 (diff) | |
download | mu-97dd2c654f727f38ca5d15798540286913988662.tar.gz |
543
Diffstat (limited to 'stdin.mu')
-rw-r--r-- | stdin.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdin.mu b/stdin.mu index 8d71738c..b1905d2b 100644 --- a/stdin.mu +++ b/stdin.mu @@ -8,7 +8,7 @@ ;? (print-primitive stdin:channel-address) ;? (print-primitive (("\n" literal))) (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit stdin:channel-address) - ; now read characters from stdin + ; now read characters from stdin until a 'q' is typed (print-primitive (("? " literal))) { begin (x:tagged-value stdin:channel-address/deref <- read stdin:channel-address) |