diff website/src/diff.html @ 1384:f5368cd8c056

remove template expressions and String.concat
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 15 Aug 2019 14:33:35 -0600
parents b29eefad2111
children d9a5405a3102
line wrap: on
line diff
--- a/website/src/diff.html	Thu Aug 01 16:49:47 2019 -0600
+++ b/website/src/diff.html	Thu Aug 15 14:33:35 2019 -0600
@@ -58,7 +58,6 @@
 				<li><a href="#concatenation">Concatenation</a></li>
 				<li><a href="#constructors">Table Constructors</a></li>
 				<li><a href="#fn_calls">Function Calls</a></li>
-				<li><a href="#template_expr">Template Expressions</a></li>
 			</ul>
 		</li>
 	</ul>
@@ -209,9 +208,5 @@
 
 <p>Luan doesn't support <em>proper tail calls</em>.  Because Java doesn't support this cleanly, this was left out.</p>
 
-<h4 heading><a name="template_expr" href="#template_expr">Template Expressions</a></h4>
-
-<p>Template expressions are a Luan addition that don't exist in Lua.  See <a href="manual.html#template_expr">Template Expressions</a> in the Luan Reference Manual.</p>
-		
 </body>
 </html>