string_compare
Declaration
string_compare :: fn (first: string, second: string) bool
Description
Compare two strings and return true if they are same otherwise
return false.
Arguments
firstFirst string to be compared.secondSecond string to be compared.
Result
Return true if the first is same as the second.
Declared in: string.bl