mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-06 01:43:07 +03:00
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
function main() {
|
|
let a = 1u8;
|
|
let a = 2u8; // Redefining variables with the same name is unsafe in Leo.
|
|
} |