Atom - - Split at Newline

Characters:

Tags: string , array

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Given a list (a string is a list of characters), split it at occurrences of "\n".

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):