ConcatAtom Function |
Namespace: XSharp.RT
FUNCTION ConcatAtom( s1 AS SYMBOL, s2 AS SYMBOL ) AS SYMBOL
public static Symbol ConcatAtom( Symbol s1, Symbol s2 )
Tip |
---|
The SYMBOL type is included in the X# language and runtime for compatibility only. In most cases the type can and should be replaced with normal strings. |