concat (function)

https://arbital.com/p/string_concatenation

by Nate Soares May 12 2016 updated May 12 2016


The string concatenation function concat puts two strings together, i.e., concat("one","two")="onetwo".