Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Jan 24, 2012
1 parent af40eac commit be53840
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions TAME.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,3 +150,28 @@ CoffeeScript AST into another valid CoffeeScript AST. This AST is then
compiled with the normal rules. compiled with the normal rules.




Translation Example
------------------

For an example translation, consider the following block of code:

```coffeescript

while x1
f1()

while x2
if y
f2()
continue
f3()
await
f4(defer())
if z
f5()
break
f6()

while x3
f7()
```

0 comments on commit be53840

Please sign in to comment.