Commit Graph

7 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
Emily Grace Seville 018d7f57fb
if: update page (#7481) 2021-12-26 12:30:57 +08:00
Kyle 0590a21917
a*, g*, i*, osx[a*-i*]: add more information links (#6342) 2021-08-23 16:33:24 -03:00
bl-ue 672a67a2db
if: modernize (#5351) 2021-03-08 20:06:24 +00:00
Eric Nielsen b96c886c4f
if: actually use if to test a command's success (#5344)
Using `{{command}} && {{command1}} || {{command2}}` does not actually
work like if, and it's misleading to teach that to users. The difference
is that in the above construct, command2 gets executed if command1
fails, which does not happen in a real if as in `if {{command}}; then
{{command1}}; else {{command2}}; fi`
2021-03-04 10:16:42 -05:00
Alexander Berezovsky 89a3e79198 if: add if conditions with examples (#3206) 2019-08-18 14:05:41 -03:00
Ruben Vereecken 9676334119 Reformatted pages once more 2016-01-13 12:04:46 +01:00
Denis Sokolov 27cc01819f for/if/while: add 2016-01-07 17:40:49 +02:00