5 lines
115 B
Text
5 lines
115 B
Text
bundle agent main
|
|
{
|
|
reports:
|
|
"${with}" with => join(".", splitstring("Hello,How,Are,You,Today", ",", 99));
|
|
}
|