mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
implement get_line & get_raw_line for windows + REPL
This commit is contained in:

committed by
Alexander Medvednikov

parent
b9586a4017
commit
4ed67fbe7e
@ -937,10 +937,6 @@ fn new_v(args[]string) *V {
|
||||
}
|
||||
|
||||
fn run_repl() []string {
|
||||
$if windows {
|
||||
println('REPL does not work on Windows yet, sorry!')
|
||||
exit(1)
|
||||
}
|
||||
println('V $Version')
|
||||
println('Use Ctrl-D or `exit` to exit')
|
||||
println('For now you have to use println() to print values, this will be fixed soon\n')
|
||||
|
Reference in New Issue
Block a user