Changed the type name from append_line to whole_line. After feedback that having a type with a verb in the name was confusing.
This commit adds a native type that can check if a line exists and append it to a file. This use case seems common enough to warrant its inclusion into stdlib. Reviewed-by: Jeff McCune