You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name = sequence_imm( name1 = WORD );
Name = sequence_imm( name1 = WORD, name2 = WORD );
Name = sequence_imm( name1 = WORD, name2 = WORD, name3 = WORD );
...
actually what would be nice is:
Name = sequence_imm( names[] = WORD{1,3} );
match one to 3 WORDs and accumulate the attributes as an array of strings into the attribute 'names'.
The text was updated successfully, but these errors were encountered:
rules of the form get hard to read:
actually what would be nice is:
match one to 3 WORDs and accumulate the attributes as an array of strings into the attribute 'names'.
The text was updated successfully, but these errors were encountered: