diff options
Diffstat (limited to 'liblali.c')
| -rw-r--r-- | liblali.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -647,7 +647,7 @@ Object *readExpr(Stream *stream, GC_PARAM) { return NULL; else if (ch == '\'') return readUnary(stream, "quote", GC_ROOTS); - else if (ch == '\\') + else if (ch == '/' && !isspace(streamPeek(stream))) return readUnary(stream, "say", GC_ROOTS); else if (ch == '"') return readString(stream, GC_ROOTS); |
