ConcatAtom3 Function |
Namespace: XSharp.RT
FUNCTION ConcatAtom3( s1 AS SYMBOL, s2 AS SYMBOL, s3 AS SYMBOL ) AS SYMBOL
public static Symbol ConcatAtom3( Symbol s1, Symbol s2, Symbol s3 )
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. |