User Tools

Site Tools


el:string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:string [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== String =====
 +
 +==== Format ====
 +**string** ( //expression// )
 +
 +==== Description ====
 +Returns the string representation of a number.
 +
 +==== Example ====
 +<code>
 +number = 30+2
 +print string(number)
 +</code>
 +Results with
 +<code>
 +32
 +</code>
 +==== See Also ====
 +[[decimal|Decimal]]
  
el/string.txt ยท Last modified: 2020/02/28 10:46 (external edit)