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
dc28c787d1
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 15:09:38 +02:00
num := 1
string := 'Hello'
num
string
===output===
1
tests: v implementation of repl tests
2019-08-18 17:21:48 +02:00
Hello