Companion
Functions
Link copied to clipboard
Does the object represent an inline assignment?
Link copied to clipboard
fun newAssignment( variableUse: A_Phrase, expression: A_Phrase, tokens: A_Tuple, isInline: Boolean): A_Phrase
Content copied to clipboard
Create a new assignment phrase using the given variable use and expression. Also indicate whether the assignment is inline (produces a value) or not (must be a statement).