Runtime Type : Types : string

Page Status: Beta

This primitive type represents a sequence of characters. Most operations on strings are performed by way of StringUtil. The only directly-supported string operations are assignment and concatenation. Assignment of a string to any of the numeric types performs an implicit conversion (and vice versa). Concatenation is represented in an Expression by the + operator.

Back to Runtime Types

Contents
Inherits From

root→string

    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.