String Builder - New String Builder (Section) — SkCheese

Addon: SkCheese · Category: Section · Since: 1.2

Syntax

new string [joined with %-string%] [stored in %-~object%]

Description

Creates a new string that is joined by a new line by default.

Examples

new string stored in {_string}:
  "line 1"
  "line 2"
send {_string}

View source