From 606c72eb48ee9678dcb222f3463e6f2acb8e66cd Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 7 Aug 2021 19:00:39 -0700 Subject: [PATCH] example- remove commented out section --- src/main.zig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/main.zig b/src/main.zig index c392e3c573b4775b01e271ef1196a36a09f4b632..d66a8a1572715ebd5dca298146c0ec9b1fcb7ce7 100644 --- a/src/main.zig +++ b/src/main.zig @@ -24,21 +24,6 @@ const example_document = \\ ) \\ p("Spooky text: "{spooky}) \\ - // \\ {#if am_i_a_girl} - // \\ p("#1") - // \\ /if/ - // \\ - // \\ {#ifnot is_it_my_birthday} - // \\ p("#2") - // \\ /ifnot/ - // \\ - // \\ {#ifequal top_cities.len best_rating} - // \\ p("#3") - // \\ /ifequal/ - // \\ - // \\ {#ifnotequal favorite.color sky} - // \\ p("#4") - // \\ /ifnotequal/ \\ ) \\) ; -- 2.54.0