(): Difference between revisions

513 bytes added ,  10 days ago
no edit summary
(Undo revision 572 by 90.200.189.213 (talk))
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1:
{{Blocks|block_img=<gallery>
[[File:Block 5 26 2023-3 14 05 PM.png|thumb]]Block
The () block is a reporter block that sends the string you input into it. As it seems useless, is is useful for inputs that do not support text (such as set costume and other dropdowns).
Foo.png|Workaround
</gallery>|block_type=Reporter|category=Operators|status=}}
{{Otheruses|the block in the [[operators]] category|other uses|() (disambiguation)}}
The '''()''' block is a reporter block and an [[operators block]] that sends the string you input into it. As it seems useless, isit 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]]
286

edits