-
Notifications
You must be signed in to change notification settings - Fork 3
Text
Hunter Close edited this page Aug 14, 2018
·
10 revisions
Use the quotes block to create a string of text.
Examples:
The print block includes an empty "shadow block" because a program without it would result in an error. The shadow block can be directly edited, or it can be replaced with a real quotes block or a different kind of block.
Examples:
prints: Ahoy, matey!
prints: 3 + 5
prints: 8
prints: <0, 2, 0>
prints: <0, 2, 0>
Shapes cannot be printed, but the data in their attributes usually can. A shape block will be rejected when the user attempts to connect it to a print block.
The print inline block allows the user to print several pieces of data on one line.
Example:
prints: The radius of the ball is 0.5 meters.