#!/usr/bin/env nit # # This file is part of NIT ( http://www.nitlanguage.org ). # This program is public domain # Task: Reverse a string # SEE: # # Unicode is not yet preserved :( print "asdf".reversed # does not work yet :( #print "as⃝df̅".reversed