|
@@ -2031,8 +2031,9 @@ rtl = {
|
|
|
|
|
|
<div class="section">
|
|
|
<h2 id="anonymousfunctions">Translating anonymous functions</h2>
|
|
|
- Anonymous functions are not yet supported by pas2js. The next best thing are
|
|
|
- local procedures. For example:
|
|
|
+ Anonymous functions are supported since pas2js 1.1.<br>
|
|
|
+ Note that in pas2js local procedures are closures as well. See below.<br>
|
|
|
+ For pas2js 1.0 the next best thing are local procedures. For example:
|
|
|
<table class="sample">
|
|
|
<tbody>
|
|
|
<tr>
|