macro"string" # short, string macro form
@macro_str "string" # long, regular macro form
macro`command`
String macros are not quite as powerful as plain old strings — because interpolation must be implemented in the macro's logic, string macros are unable to contain str...