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
761ed28bb4
v
/
vlib
/
v
/
checker
/
tests
/
lock_const.vv
12 lines
78 B
V
Raw
Blame
History
const
(
a
=
5
)
fn
main
(
)
{
mut
c
:=
0
rlock
a
{
c
=
a
}
println
(
c
)
}
Reference in New Issue
View Git Blame
Copy Permalink