Using LAST in a component rule

In a component rule, LAST refers to the last occurrence found.

For example, in the rule:

PO# Field:Order = PO# Field:Order[LAST]

LAST refers to previous occurrence of Order because when this rule is evaluated, the last known Order is the last one found.