mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -5,12 +5,10 @@ module main
|
|||
import os
|
||||
import dl
|
||||
|
||||
const (
|
||||
vexe = os.real_path(os.getenv('VEXE'))
|
||||
cfolder = os.dir(@FILE)
|
||||
so_ext = dl.dl_ext
|
||||
library_file_name = os.join_path(cfolder, dl.get_libname('library'))
|
||||
)
|
||||
const vexe = os.real_path(os.getenv('VEXE'))
|
||||
const cfolder = os.dir(@FILE)
|
||||
const so_ext = dl.dl_ext
|
||||
const library_file_name = os.join_path(cfolder, dl.get_libname('library'))
|
||||
|
||||
fn test_vexe() {
|
||||
// dump(vexe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue