This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-22 00:51:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a75dbe38eb
leo
/
asg
/
tests
/
fail
/
mutability
/
function_input.leo
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
function input mutable by default
2021-03-19 18:30:24 +03:00
// Const function input are immutable.
function main(const a: bool) {
asg base implementation
2021-01-25 18:17:42 +03:00
a = false;
}
Reference in New Issue
Copy Permalink