(): Difference between revisions

75 bytes added ,  2 days ago
no edit summary
(Added bold and information on the default value)
No edit summary
 
Line 6:
The '''()''' block is a reporter block and an [[operators block]] that sends the string you input into it. As it seems useless, it is useful for inputs that do not support text (such as set costume and other dropdowns). The default value for this block is "foo".
==Workaround==
This block can be replicated by using any reporter that outputs the wanted string (ex. join () (text)).:
<scratchblocks>
join [] [text] //the first input is empty
</scratchblocks>
[[Category:Reporter Blocks]]
[[Category:Operators Blocks]]
193

edits