VARIANT_NAME
VARIANT_NAME is a read-only built-in string containing the name of the current variant. If running the root project or a project without variants, this will contain an empty string.
Example
PRINT("The current variant is ", VARIANT_NAME, "\n");