Odak modu

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
}

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!