Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 267 Bytes

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
   }
}