<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://50.77.162.165/mediawiki/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=String_escapes</id>
		<title>String escapes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=String_escapes"/>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=String_escapes&amp;action=history"/>
		<updated>2026-04-24T16:37:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://50.77.162.165/mediawiki/index.php?title=String_escapes&amp;diff=1792&amp;oldid=prev</id>
		<title>Kevin Reid at 13:29, 26 October 2010</title>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=String_escapes&amp;diff=1792&amp;oldid=prev"/>
				<updated>2010-10-26T13:29:05Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;E uses C-style backslash escapes within string and character [[LiteralExpr|literals]]. The defined escapes are:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Sequence !! Unicode !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| \b || U+0008 || (Backspace)&lt;br /&gt;
|-&lt;br /&gt;
| \t || U+0009 || (Tab)&lt;br /&gt;
|-&lt;br /&gt;
| \n || U+000A || (Line feed)&lt;br /&gt;
|-&lt;br /&gt;
| \f || U+000C || (Form feed)&lt;br /&gt;
|-&lt;br /&gt;
| \r || U+000D || (Carriage return)&lt;br /&gt;
|-&lt;br /&gt;
| \&amp;quot; || U+0022 || &amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| \' || U+0027 || '&lt;br /&gt;
|-&lt;br /&gt;
| \\ || U+005C || \&lt;br /&gt;
|-&lt;br /&gt;
| \\ || U+002f || / (Defined in the BaseLexer for TermL  JSON compatibility -- perhaps should not be in the E syntax, but no harm in it)&lt;br /&gt;
|-&lt;br /&gt;
| \&amp;amp;lt;newline&amp;gt; || None || (Line continuation -- stands for no characters)&lt;br /&gt;
|-&lt;br /&gt;
| \u''XXXX'' || U+XXXX || ([http://en.wikipedia.org/wiki/Basic_Multilingual_Plane BMP] Unicode character, 4 hex digits)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Consensus has not been reached on handling non-BMP characters. All other backslash-followed-by-character sequences are syntax errors. &lt;br /&gt;
&lt;br /&gt;
Within E [[quasiliteral]]s, backslash is not special and &amp;lt;code&amp;gt;$\&amp;lt;/code&amp;gt; plays the same role;&lt;br /&gt;
&lt;br /&gt;
 ? println(`1 + 1$\n= ${1 + 1}`)&lt;br /&gt;
 1 + 1&lt;br /&gt;
 = 2&lt;br /&gt;
&lt;br /&gt;
[[Category:E syntax specification]]&lt;/div&gt;</summary>
		<author><name>Kevin Reid</name></author>	</entry>

	<entry>
		<id>http://50.77.162.165/mediawiki/index.php?title=String_escapes&amp;diff=3903&amp;oldid=prev</id>
		<title>Kevin Reid:&amp;#32;I wrote this for Rosetta Code but it's perfectly good here too</title>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=String_escapes&amp;diff=3903&amp;oldid=prev"/>
				<updated>2009-05-20T00:43:16Z</updated>
		
		<summary type="html">&lt;p&gt;I wrote this for Rosetta Code but it&amp;#39;s perfectly good here too&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 00:43, 20 May 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 35:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 35:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; = 2&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; = 2&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:E &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;syntax &lt;/del&gt;specification]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:E &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;language &lt;/ins&gt;specification]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-04-24 16:37:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Kevin Reid</name></author>	</entry>

	</feed>