• This could make the Q "less confusing" but less real-life and interesting:

    DECLARE @Testvar VARCHAR;

    SET @Testvar = 'Red';

    print @Testvar;

    If only there was a remark of the collation set (as UMG developer pointed out) to avoid ambiguity.

    Hrvoje Piasevoli