#331
Reverse a string
 

Difficulty:Elementary
Topics:String list


Create a function to reverse a string. Given a string, return the reverse of that string in the form of string
test not run
(= (__ "Hello World") "dlroW olleH")
test not run
(= (__ "kasur ini rusak") "kasur ini rusak")


Code which fills in the blank: