Content deleted Content added
Masterflan (talk | contribs) m Updated a dead external link with an archived version, in accordance with https://en.wikipedia.org/wiki/Wikipedia:External_links#Longevity_of_links Tags: Visual edit Mobile edit Mobile web edit |
make whitespace consistent in the example code |
||
Line 52:
{
bool a_is_equal_to_100 = a == 100 ;
bool b_or_c = b || c ;
bool d_or_e_or_f = d || e || f ;
|