mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-22 00:51:33 +03:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
const basic: u32 = 8;
|
|
|
|
function main() {
|
|
// Cannot re-assign!
|
|
basic = 2u32;
|
|
} |