about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-12 00:06:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-12 00:06:14 -0800
commit97dd2c654f727f38ca5d15798540286913988662 (patch)
treea7c0b8be09d3266bd78dffaedff673140000b5eb
parentf72a25ef728e2cd3d2dd98e6822598f42d4c1b89 (diff)
downloadmu-97dd2c654f727f38ca5d15798540286913988662.tar.gz
543
-rw-r--r--stdin.mu2
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)