Example #1
0
		public static bool Defined(ScriptContext context, string name)
		{
            return context.IsConstantDefined(name);
        }