Babel.Core.BOOL.or_rout C# (CSharp) Méthode

or_rout() public static méthode

public static or_rout ( bool self, bool b ) : bool
self bool
b bool
Résultat bool
        public static bool or_rout(bool self, bool b)
        {
            return self || b;
        }