ConcatAtom4 Function | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION ConcatAtom4(
s1 AS SYMBOL,
s2 AS SYMBOL,
s3 AS SYMBOL,
s4 AS SYMBOL
) AS SYMBOL
public static Symbol ConcatAtom4(
Symbol s1,
Symbol s2,
Symbol s3,
Symbol s4
)
Request Example
View SourceParameters
- s1
- Type: Symbol
- s2
- Type: Symbol
- s3
- Type: Symbol
- s4
- Type: Symbol
Return Value
Type:
SymbolRemarks 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.
|
See Also