| ... | @@ -24,21 +24,6 @@ const example_document = | ... | @@ -24,21 +24,6 @@ const example_document = |
| 24 | \\ ) | 24 | \\ ) |
| 25 | \\ p("Spooky text: "{spooky}) | 25 | \\ p("Spooky text: "{spooky}) |
| 26 | \\ | 26 | \\ |
| 27 | // \\ {#if am_i_a_girl} | | |
| 28 | // \\ p("#1") | | |
| 29 | // \\ /if/ | | |
| 30 | // \\ | | |
| 31 | // \\ {#ifnot is_it_my_birthday} | | |
| 32 | // \\ p("#2") | | |
| 33 | // \\ /ifnot/ | | |
| 34 | // \\ | | |
| 35 | // \\ {#ifequal top_cities.len best_rating} | | |
| 36 | // \\ p("#3") | | |
| 37 | // \\ /ifequal/ | | |
| 38 | // \\ | | |
| 39 | // \\ {#ifnotequal favorite.color sky} | | |
| 40 | // \\ p("#4") | | |
| 41 | // \\ /ifnotequal/ | | |
| 42 | \\ ) | 27 | \\ ) |
| 43 | \\) | 28 | \\) |
| 44 | ; | 29 | ; |