Focus mode

NEAR Developer Course

Iteration

Iteration follows the standard AssemblyScript format:

// set i to a type u64
for (let i: u64 = startIndex; i < someValue; i++) {
  // do stuff
}

Comments

You need to enroll in the course to be able to comment!