Joana Borges Late
Joana Borges Late
While I am reading someone's V code, if I read "import os", there is no reason for considering that the imported module is not the one in the standard vlib....
> Maybe something like: > > ```v > import os // from vlib > import .os // from cwd > ``` @StunxFS I like your syntax. Now, after seeing your...
> ```v > import os // from vlib > import .os as my_os // from cwd > ``` It is indeed simple, but since you agree to use the prefix...