diff options
author | Fred Turkington <z3ugma@users.noreply.github.com> | 2018-11-18 11:40:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 11:40:04 -0600 |
commit | d6572f284db9abd5e9b06e8e21fdc511bc3c7dc1 (patch) | |
tree | 051f874a74a2dd8c911ae80b14d9f5166bc00de4 /m.html.markdown | |
parent | 846ca868a198f0c3ab932bafdd59817583feee84 (diff) |
M missing a space
Diffstat (limited to 'm.html.markdown')
-rw-r--r-- | m.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m.html.markdown b/m.html.markdown index 2ed87bdd..d0879ab6 100644 --- a/m.html.markdown +++ b/m.html.markdown @@ -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 (:). |