This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0fc9ada0aa
v
/
compiler
/
tests
/
repl
/
default_printing.repl
8 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
repl: default printing fix and test
2019-08-12 16:09:38 +03:00
num := 1
string := 'Hello'
num
string
===output===
1
tests: v implementation of repl tests
2019-08-18 18:21:48 +03:00
Hello
Reference in New Issue
Copy Permalink