sparse-intern-71089
10/19/2021, 9:30 AMsteep-toddler-88913
10/19/2021, 9:36 AMsteep-toddler-88913
10/19/2021, 9:37 AM# concat takes a list of args and concatenates all of them into a single output:
url = Output.concat("http://", hostname, ":", port, "/")
prehistoric-activity-61023
10/19/2021, 9:37 AMapply
, concat
functions if you want to manipulate it (even if it’s something little like adding dot at the end)steep-toddler-88913
10/19/2021, 9:37 AM