Gentee Programming Language > Documentation > Libraries Download documentation

str.repeat

Repeat a string the specified number of times.
 
str str.repeat(
      uint   count
)

Parameters

countThe number of repeatitions. The result will be written into this very string.

Return value

Returns the object which method has been called.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.