Wats Wats is an experimental language designed to provide excellent error reporting along with modern programming languge features. Example: Following is a Wats program: function test() { for i in 1 to 50 { # do sth in the loop here } }