<br><br><div class="gmail_quote">2009/1/8 Klaus Darilion <span dir="ltr">&lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>
<br>
All the AEL examples have a semicolon after the closing curly bracket, e.g:<br>
<br>
context test {<br>
 &nbsp; 1 =&gt; Hangup();<br>
};<br>
<br>
but without ; it works fine too, e.g:<br>
<br>
<br>
context test {<br>
 &nbsp; 1 =&gt; Hangup();<br>
}<br>
<br>
<br>
So - what is the reason for the ; after the closing curly bracket?</blockquote><div><br>for syntax edition (ie ael.vim 0.2), this question seems to matter.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
<br>
thanks<br>
klaus<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>