[(inputs word) ; HTML input. Will be null if no such input. (define newword (if (null? word) "something" word))] Backwards
Type a word:

[newword] spelled backwards is [(list->string (reverse (string->list newword)))]