Module variable

Module variable 

Source
Expand description

Module for handling Scratch 3.0 values and variables.

This module defines the Value enum to represent variable values and the Variable struct to represent variables in a Scratch 3.0 project. It also includes the List struct for handling lists.

Structs§

List
The List struct represents a list in a Scratch 3.0 project.
Variable
The Variable struct represents a variable in a Scratch 3.0 project.

Enums§

Value
The Value enum represents the possible types of values a variable can hold in a Scratch 3.0 project.