bigloo.foreign.SYMBOLP C# (CSharp) Method

SYMBOLP() public static method

public static SYMBOLP ( Object o ) : bool
o Object
return bool
        public static bool SYMBOLP( Object  o )
        {
            return (o is symbol);
        }
foreign