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
/
if_expr_mismatch.vv
5 lines
61 B
V
Raw
Blame
History
fn
main
(
)
{
s
:=
if
true
{
'
1
2
'
}
else
{
12
}
println
(
s
)
}
Reference in New Issue
View Git Blame
Copy Permalink