[ (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)))]

This message brought to you by [(cgi SERVER_NAME)] as a public service.