1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

free arrays when they are out of scope

main.v: update help
This commit is contained in:
Alexander Medvednikov
2019-07-21 12:43:47 +02:00
parent 385f1c856e
commit 40c31f701f
5 changed files with 53 additions and 35 deletions

View File

@@ -977,7 +977,7 @@ fn new_v(args[]string) *V {
if os.dir_exists(vroot) && os.dir_exists(vroot + '/vlib/builtin') {
} else {
println('vlib not found. It should be next to V executable. ')
println('vlib not found. It should be next to the V executable. ')
println('Go to https://vlang.io to install V.')
exit(1)
}