Menu

Assigning a custom expression...

Mark Anthony Taylor (Shyreman)

The expression interface Sys.Reflection.IExpression can be assigned to a custom expression by using the
following syntax:

(Sys.Reflection.IExpression s = ' <compound s-expression> )

Example:

(Sys.Reflection.IExpression s = '(a (b c) "de" )) // sets s to (a (b c) "de")

Related

Wiki: Content