• => replaced with the name of the current V function
    • @METHOD => replaced with ReceiverType.MethodName
    • @MOD => replaced with the name of the current V module
    • @STRUCT => replaced with the name of the current V struct
    • => replaced with the V line number where it appears (as a string).
    • @COLUMN => replaced with the column where it appears (as a string).
    • @VEXE => replaced with the path to the V compiler
    • @VEXEROOT => will be substituted with the folder, where the V executable is (as a string).
    • => replaced with the contents of the nearest v.mod file (as a string).
    • @VMODROOT => will be substituted with the folder, where the nearest v.mod file is (as a string).
    1. // ignore
    2. import v.vmod