Exemple #1
0
 /// <summary>
 /// Determines whether a constant is defined.
 /// </summary>
 /// <param name="ctx">Current runtime context.</param>
 /// <param name="name">The name of the constant.</param>
 /// <returns>Whether the constant is defined.</returns>
 public static bool defined(Context ctx, string name)
     => ctx.IsConstantDefined(name);