0xNonCents

@NonCents

Joined on Jan 10, 2022

  • This intro is intended for those who are already familiar with the previous cairo syntax and vm as we will compare aspects of old cairo to new ones. Variables To begin we will take a look at variables which which we can assign to a felt, or other number data types. let x = 1; Variables are by default read only, so if we try to reassign the variable like let x = 1; x = 2;
     Like  Bookmark