Skip to main content

PRINTLN [QUACK]

PRINTLN is used to print text during DucklingScript interpretation.

note

PRINTLN is a Quackinter only commmand, meaning you can only use it along side with the built-in interpreter for DucklingScript; it is not supported for use on the flipper or generic Rubber Ducky Scripting Language 1.0.

Syntax

PRINTLN <string>

Example

DucklingScript

PRINTLN Hello World

Output During Interpretation

Line 1 -> Hello World