String (of text)

https://arbital.com/p/text_string

by Nate Soares May 12 2016 updated May 12 2016


A string (of text) is a series of letters (often denoted by quote marks), such as "abcd" or "hello" or "this is a string". For example, the function concat takes two strings as inputs and puts them together, i.e., concat("one","two")="onetwo".