| find_block_id {styler} | R Documentation |
Two assignment tokens EQ_ASSIGN belong to the same block if they are not
separated by more than one token. Token between EQ_ASSIGN tokens belong
to the EQ_ASSIGN token occurring before them, except the token right before
EQ_ASSING already belongs to the EQ_ASSING after it.
find_block_id(pd)
pd |
A parse table. |