String (of text)

WikiLast edit: 12 May 2016 23:17 UTC by So8res

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".

No comments.