read
read(
@path ## symbol (required)
@ignore 0
) -> anything
Read .txt or native .llll data. The ignore attribute allows preventing some categories of symbols, such as parens, pitches and more, to be read according to the usual bell syntax.
Arguments
@path[symbol]: Input file path. (required)@ignore[symbol/null]: The ignore attribute can be set to any combination of the following characters (default:0).'l': Parens inside symbols are not llll levels, but symbols composed by parens only are kept as llll levels!'L': All parens are not parsed as llll levels'p': Ignore pitches, keep them as symbols'r': Ignore rationals, keep them as symbols'e': Ignore floating-point scientific notation, keep it as symbol's': Keep the special symbolsnilandnullas symbols'b': Symbols with a backtick are interpreted literally, with the backtick included0: Don't ignore anything1: Ignore everything'-': Invert selection
Output
File content [anything]