QuoteList
SYNOPSIS
Convenience function for creating an array of strings without requiring quotes or commas.
SYNTAX
QuoteList
DESCRIPTION
Convenience function for creating an array of strings without requiring quotes or commas.
EXAMPLES
EXAMPLE 1
QuoteList foo bar baz
This is the equivalent of 'foo', 'bar', 'baz'
EXAMPLE 2
ql foo bar baz
This is the equivalent of 'foo', 'bar', 'baz'. Same example as above but using the alias
for QuoteList.
PARAMETERS
INPUTS
OUTPUTS
NOTES
Aliases: ql