More explicit wording for str() and print() functions
This commit is contained in:
parent
569dd6f11a
commit
9c65927aeb
@ -668,7 +668,7 @@
|
|||||||
</method>
|
</method>
|
||||||
<method name="print" qualifiers="vararg">
|
<method name="print" qualifiers="vararg">
|
||||||
<description>
|
<description>
|
||||||
Converts one or more arguments to strings in the best way possible and prints them to the console.
|
Converts one or more arguments of any type to string in the best way possible and prints them to the console.
|
||||||
[codeblock]
|
[codeblock]
|
||||||
a = [1, 2, 3]
|
a = [1, 2, 3]
|
||||||
print("a", "b", a) # Prints ab[1, 2, 3]
|
print("a", "b", a) # Prints ab[1, 2, 3]
|
||||||
@ -994,7 +994,7 @@
|
|||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Converts one or more arguments to string in the best way possible.
|
Converts one or more arguments of any type to string in the best way possible.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="str2var">
|
<method name="str2var">
|
||||||
|
Loading…
Reference in New Issue
Block a user