Skip to content

Commands

CharsargCodeDevelopment edited this page Nov 26, 2024 · 2 revisions

ScratchOS Commands

You use commands to be able to interact with ScratchOS

Basic Commands

print {text}

Prints {text}

Example Usage:

print hello world
hello world

echo {text}

Alias of print

Say {text}

Uses synthetic voice to speak the text you say

ls

Prints contents of current directory

cd {directory}

Sets working directory to {directory}

Clone this wiki locally