concat
Table of contents
Prototype: concat(...)
Return type: string
Description: Concatenates all arguments into a string.
Example:
code
commands:
"/usr/bin/generate_config $(config)"
if => concat("have_config_", canonify("$(config)"));
History: Was introduced in 3.2.0, Nova 2.1.0 (2011)