about summary refs log tree commit diff stats
path: root/cpp/013literal_string
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/013literal_string')
-rw-r--r--cpp/013literal_string3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/013literal_string b/cpp/013literal_string
index f56cb928..8dc8c1b5 100644
--- a/cpp/013literal_string
+++ b/cpp/013literal_string
@@ -1,11 +1,10 @@
-//: Some instructions can take string literals for convenience.
+//: For convenience, some instructions will take literal arrays of characters (strings).
 //:
 //: Instead of quotes, we'll use [] to delimit strings. That'll reduce the
 //: need for escaping since we can support nested brackets. And we can also
 //: imagine that 'recipe' might one day itself be defined in mu, doing its own
 //: parsing.
 
-//: First extend the mu parser to support string literals.
 :(scenario "string_literal")
 recipe main [
   1:address:array:character <- new [abc def]