This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
ff730b4eb0
v
/
compiler
/
tests
/
mut_test.v
7 lines
64 B
Go
Raw
Blame
History
fn
test_mut
(
)
{
a
:=
1
mut
b
:=
&
a
*
b
=
10
println
(
a
)
}
Reference in New Issue
View Git Blame
Copy Permalink