Browse Source

pas2js: docs lo|hi

git-svn-id: trunk@41190 -
Mattias Gaertner 6 years ago
parent
commit
79b82acfcc
1 changed files with 3 additions and 1 deletions
  1. 3 1
      utils/pas2js/docs/translation.html

+ 3 - 1
utils/pas2js/docs/translation.html

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