authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 19:00:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 19:00:39 -07:00
log606c72eb48ee9678dcb222f3463e6f2acb8e66cd
tree18c8e7722dc9146380f525e6e709bc9535d5ca6b
parent6f21308dee80a55fe8e09e9dbb0ff65bc8010776

example- remove commented out section


1 files changed, 0 insertions(+), 15 deletions(-)

src/main.zig-15
......@@ -24,21 +24,6 @@ const example_document =
2424 \\ )
2525 \\ p("Spooky text: "{spooky})
2626 \\
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/
4227 \\ )
4328 \\)
4429;