Branch : - branch - marshall master pdf v0.1 - tag - HTTPd-v0.1.0 HTTPd-v0.1.1 HTTPd-v0.2.0 v0 v0.1.0 v0.1.1 v0.1.10 v0.1.11 v0.1.12 v0.1.13 v0.1.14 v0.1.15 v0.1.16 v0.1.2 v0.1.3 v0.1.4 v0.1.5 v0.1.6 v0.1.7 v0.1.8 v0.1.9
if true 1 else 2 end 1 if true 1 end 1 if false 1 else 2 end 2 if false 1 end void if true && true 1 + 1 2 + 2 else 3 + 3 4 + 4 end 4 if true && false 1 + 1 2 + 2 else 3 + 3 4 + 4 end 8