mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +02:00
pas2js: docs
git-svn-id: trunk@38436 -
This commit is contained in:
parent
e71060c133
commit
dd246f5698
@ -2672,6 +2672,9 @@ End.
|
||||
<li>and, or, xor, not: logical and bitwise</li>
|
||||
<li>Name conflicts with JS identifiers are automatically fixed by changing case.
|
||||
For example a Pascal function "<i>apply"</i> is renamed to "<i>Apply</i>".</li>
|
||||
<li>uses unitname in 'filename'. In $mode delphi the in-filenames are only
|
||||
allowed in the program and the unitname must fit the filename. In $mode
|
||||
objfpc units can use in-filenames too and alias are allowed.</li>
|
||||
<li>The built-in procedure <b>str</b> works with boolean, integer, float and enumvalue.<br>
|
||||
Additionally there is <b>str</b> function, that takes an arbitrary number of
|
||||
arguments and returns a concatenated string. It supports string as parameter too.
|
||||
|
Loading…
Reference in New Issue
Block a user