|
@@ -2923,6 +2923,8 @@ End.
|
|
|
Width and precision is supported. str(i:10) will add spaces to the left to fill up to 10 characters.</b>
|
|
|
str(aDouble:1:5) returns a string in decimal format with 5 digits for the fraction.</li>
|
|
|
<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>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|