mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-14 19:12:07 +03:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
function main() {
|
|
let a = [1u8; 3];
|
|
|
|
let b = a.0; // It is illegal to index into an array using dot syntax.
|
|
} |