powered by
strcmp(S, T)
TRUE
S
T
FALSE
strcmp("foo", "bar") # FALSE strcmp(c("yes", "no"), c("yes", "no")) # TRUE
Run the code above in your browser using DataLab