PREV INDEX NEXT

Author: Unknown
Subject: grammar function
Date: Thursday, 24 Sep 2020, 19:05:05

In simple, how does "[suffix] TEXT" work? Does this mean that we keep calling looking for TEXT until it errors and then text? 

So if we see "t1 t2 t3 t4" as input, would simple see a TEXT at t1, and then do TEXT SUFFIX starting at t2? And then would it be in SUFFIX that parsley finds t3 and t4 as argv[2] and argv[3]?
PREV INDEX NEXT