myName and myname are treated as two distinct variables.
To set a variable to a value, write the variable name followed by whitespace and the value you want to assign:
Types
Standard automatically infers and sets the type of a variable based on the assigned value. Once a type is established, the variable must maintain that type throughout its lifetime. The following built-in types are supported:Null Types and Initialization
You can set a variable to null by following the variable name withnull or nothing. The variable inherits a type the first time you assign it a non-null value:
username starts as null and receives its type when the user provides input.
Standards as Variables
Developers aren’t always working with native data types but with objects. Objects are Standards in the Standard System. To initialize a variable of a standard type, provide a variable name followed by the standard’s reference preceded by an@. You can then assign values to constraints by using the . accessor.
vehicle.stds
new_vehicle.std