Macaulay2 » Documentation
Packages » Macaulay2Doc :: characters
next | previous | forward | backward | up | index | toc

characters -- get characters from a string

Synopsis

Description

The characters are represented by strings of length 1.

i1 : characters "asdf"

o1 = {a, s, d, f}

o1 : List

See also

Ways to use characters :

For the programmer

The object characters is a method function.