📅  最后修改于: 2022-03-11 14:58:16.245000             🧑  作者: Mango
ifelse(identical(c("a", "s"), c("a", "s")), "Indeed", "Not At All")
# Your question could be solved as:
ifelse(identical(string, reversed_split), "Indeed", "Not At All")