aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/f.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f.bqn b/src/f.bqn
index 217e471e..fe5b8d28 100644
--- a/src/f.bqn
+++ b/src/f.bqn
@@ -62,7 +62,7 @@
# All characters
r ← =𝕩 ⋄ 𝕩 ↩ 0↓𝕩⌾⊢""
k ← ∞⍟(0⊸=) -≠ c ← ¯1↓≢𝕩
- q ← '"'
+ q ← "'"""⊑˜0<r
# Escape quotes in strings (rank 1) and substitute control chars
# with control pictures for other ranks.
CSub ← { 𝕩 + (𝕩(=×'␡'-⊢)@+127) + ('␀'-@)×𝕩<@+32 }