- ind SEQ-PARSER INDEXprocedure
Return the value of SEQ_PARSER output that is indicated by INDEX.
Example:
(parse-string "xy" (ind (seq (char #\x) (char #\y)) 1)) => "y"
Return the value of SEQ_PARSER output that is indicated by INDEX.
Example:
(parse-string "xy" (ind (seq (char #\x) (char #\y)) 1)) => "y"