bigloo.foreign.SYMBOL_TO_STRING C# (CSharp) Method

SYMBOL_TO_STRING() public static method

public static SYMBOL_TO_STRING ( symbol o ) : byte[]
o symbol
return byte[]
        public static byte[] SYMBOL_TO_STRING( symbol  o )
        {
            // CARE why not a correct signature in Scheme
            return o.pname;
        }
foreign