about summary refs log tree commit diff stats
path: root/038new_text.cc
diff options
context:
space:
mode:
Diffstat (limited to '038new_text.cc')
-rw-r--r--038new_text.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/038new_text.cc b/038new_text.cc
index 043e0498..9ecc992c 100644
--- a/038new_text.cc
+++ b/038new_text.cc
@@ -1,4 +1,8 @@
-//: Extend 'new' to handle a unicode string literal argument.
+//: Extend 'new' to handle a unicode string literal argument or 'text'.
+
+//: A Mu text is an address to an array of characters.
+:(before "End Mu Types Initialization")
+put(Type_abbreviations, "text", new_type_tree("address:array:character"));
 
 :(scenario new_string)
 def main [