Add explicit control characters.

This commit is contained in:
jvelilla
2008-07-13 03:19:20 +00:00
parent 3e7f107b36
commit b9ccf20d53

View File

@@ -44,4 +44,10 @@ feature -- Access
Result:=<<'%F','%H','%N','%R','%T','%B','/','"'>>
end
special_controls:ARRAY[CHARACTER] is
--Control Characters
-- \b\f\n\r\t
do
Result:=<<'b','f','n','r','t'>>
end
end