This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-22 09:41:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d9befc0ac
leo
/
compiler
/
tests
/
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) {
fix mutability tests
2020-07-31 02:37:01 +03:00
a = false;
impl mutability tests. simplify mut expression evaluation
2020-05-19 22:01:19 +03:00
}
Reference in New Issue
Copy Permalink