Updated wikipage Eiffel programming language syntax. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2149 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2019-04-29 14:08:51 +00:00
parent 408e31e321
commit 2454e10df0

View File

@@ -1,3 +1,5 @@
[[Property:modification_date|Mon, 29 Apr 2019 14:08:51 GMT]]
[[Property:publication_date|Mon, 29 Apr 2019 14:08:51 GMT]]
[[Property:title|Eiffel programming language syntax]]
[[Property:link_title|Syntax]]
[[Property:weight|0]]
@@ -99,6 +101,7 @@ A simple string -- specimen of Simple_string -- is a [[#Strings|String]] consist
|}
* %/123/ represents the character with decimal code 123 .
* %/0x2200/ represents the character with hexadecimal code U+2200 = '∀' (note `'%/0x2200/' = '%/8704/'` )
===Line wrapping parts===