native
equal
Syntax
native equal(const a[],const b[],c=0);
Description
Checks if two strings equal. If len var is set
then there are only c chars comapred.
native
native equal(const a[],const b[],c=0);
Checks if two strings equal. If len var is set
then there are only c chars comapred.