Difference between revisions of "Str"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>str</c> coverts any value to a string === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''x'' || any || value to convert |} ==...")
 
(No difference)

Latest revision as of 16:21, 17 March 2020

str coverts any value to a string

Arguments

Parameter Name Default Value Meaning
x any value to convert

Example

str(42)		// returns "42"