String.compare

compare :: fn (first: string, second: string, n: ) bool

Compare first and second strings in specified range n and return true if they are same otherwise return false.

Range value n is optional and ignored when it’s less than 0.

Declared in: string.bl