[(inputs word) ; HTML input. Will be null if no such input. (define newword (if (null? word) "something" word))]
[newword] spelled backwards is [(list->string (reverse (string->list newword)))]