Companion

object 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, isInline: Boolean): A_Phrase

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).