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
e19b630ab1
v
/
compiler
/
tests
/
repl
/
arr_decl.repl
5 lines
75 B
Plaintext
Raw
Blame
History
arr := ['1', '2', '3', '4']
println(arr)
===output===
["1", "2", "3", "4"]
Reference in New Issue
View Git Blame
Copy Permalink