.makeSingleLine: .makeSingleLine
Description
checks if a parameter: or a start: statement spans multiple lines
and reduces it to one line.
Usage
.makeSingleLine(syntax, what)
Value
a syntax where multi-line statements are condensed to one line
Arguments
- syntax
reduced syntax
- what
which statement to look for (parameters or start)