Name: Anonymous 2012-03-26 22:03
Why is this FIOC syntax so awesome? Time to create a little interpreter for a language like this.
HOW TO RETURN words document:
PUT {} IN collection
FOR line IN document:
FOR word IN split line:
IF word not.in collection:
INSERT word IN collection
RETURN collection