<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
In Ur/Web, semicolon is a separator, not a terminator.<br>
<br>
<div class="moz-cite-prefix">On 04/07/2016 04:55 PM, Yves Cloutier
wrote:<br>
</div>
<blockquote
cite="mid:CAGW=J5dadtKfetTjLzM75F=-rErJnwiOWUnB2tVSSGWb1etNmA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>Thanks so much Adam. I was was basing my code on the
example in Fig. 1 A simple chat-room application which had a
; ending the dml function call:<br>
<br>
<div style="font-size:12.5px;font-family:monospace">fun say
r =</div>
<div style="font-size:12.5px;font-family:monospace"> dml
(INSERT INTO message (Room,When,Text)</div>
<div style="font-size:12.5px;font-family:monospace">VALUES
({[id]},CURRENT_TIMESTAMP, {[r.Text]}));</div>
<br>
</div>
Is there a difference between them which justifies adding a ;
in one case, but not the other?<br>
</div>
</div>
</blockquote>
</body>
</html>