diff options
Diffstat (limited to 'cpp/013literal_string')
-rw-r--r-- | cpp/013literal_string | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/013literal_string b/cpp/013literal_string index 8dc8c1b5..965f3f60 100644 --- a/cpp/013literal_string +++ b/cpp/013literal_string @@ -5,6 +5,7 @@ //: imagine that 'recipe' might one day itself be defined in mu, doing its own //: parsing. +:(scenarios add_recipes) :(scenario "string_literal") recipe main [ 1:address:array:character <- new [abc def] |