|
@@ -2994,7 +2994,9 @@ End.
|
|
|
<li>Intrinsic procedure WriteStr(out s: string; params...)</li>
|
|
|
<li><i>Debugger;</i> converts to <i>debugger;</i>. If a debugger is running
|
|
|
it will break on this line just like a break point.</li>
|
|
|
- <li><i>concat(string1,string2,...)</i> since 1.3</li>
|
|
|
+ <li><i>function concat(string1,string2,...): string</i> since 1.3</li>
|
|
|
+ <li><i>$mode delphi: function lo|hi(integer): byte</i> since 1.3</li>
|
|
|
+ <li><i>$mode objfpc: function lo|hi(integer): byte|word|longword</i> since 1.3</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|