pas2js: docs lo|hi

git-svn-id: trunk@41190 -
This commit is contained in:
Mattias Gaertner 2019-02-03 16:31:26 +00:00
parent c2671bdbb6
commit 79b82acfcc

View File

@ -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>