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
e2e3992e0d
v
/
vlib
/
v
/
checker
/
tests
/
fn_arg_of_optional_err.vv
8 lines
85 B
V
Raw
Blame
History
fn
optional_arg
(
x
?
int
)
{
println
(
'
i
n
t
t
y
p
e
:
$
x
'
)
}
fn
main
(
)
{
optional_arg
(
1
)
}
Reference in New Issue
View Git Blame
Copy Permalink