all: unwrap const() blocks

This commit is contained in:
Alexander Medvednikov 2023-11-25 10:02:51 +03:00
parent 399af6768d
commit f09826e928
436 changed files with 10448 additions and 11207 deletions

View file

@ -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)