mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
M missing a space
This commit is contained in:
parent
846ca868a1
commit
d6572f284d
@ -280,7 +280,7 @@ f s var=var_"%" w !,var i var="%%%%%%%%%%" q
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
####I(f), E(lse), Postconditionals
|
#### I(f), E(lse), Postconditionals
|
||||||
|
|
||||||
M has an if/else construct for conditional evaluation, but any command can be conditionally executed without an extra if statement using a _postconditional_. This is a condition that occurs immediately after the command, separated with a colon (:).
|
M has an if/else construct for conditional evaluation, but any command can be conditionally executed without an extra if statement using a _postconditional_. This is a condition that occurs immediately after the command, separated with a colon (:).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user