Skip to content

Text

String creation, manipulation, and formatting utilities.

Print

Block

print
Hi!print

Description

Prints a value or variable to the screen or console.

Params

  • TEXT: Any - The value or variable to print.

Text Prompt Ext

Block

Enter: prompt fortextwith message

Description

Prompt for user for some text.

Params

  • TYPE: Dropdown
    • text
    • number
  • TEXT: Any

Text

Block

 

Description

A letter, word, or line of text.

Params

  • TEXT: Variable

Text Join

Block

create text with

Description

Create a piece of text by joining together any number of items.

Params

  • ADD0: Any
  • ADD1: Any