Update main.v

pull/647/head
Zaoqi 2019-06-30 14:07:02 +08:00 committed by Alexander Medvednikov
parent e2a535c3ce
commit 5bd188edad
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ mut:
is_prof bool // benchmark every function
translated bool // `v translate doom.v` are we running V code translated from C? allow globals, ++ expressions, etc
obfuscate bool // `v -obf program.v`, renames functions to "f_XXX"
lang_dir string // "~/code/v"
lang_dir string // path to V repo
is_verbose bool // print extra information with `v.log()`
is_run bool // `v run program.v`
is_play bool // playground mode