v/vlib/filepath/filepath_windows.v

6 lines
49 B
V

module filepath
pub const (
separator = '\\'
)