• => replaced with the name of the current V function
    • @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
    • => replaced with the contents of the nearest v.mod file (as a string).
    1. import v.vmod
    2. vm := vmod.decode( @VMOD_FILE ) or { panic(err) }