Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nuclaer
LangOptum
Wiki
Program Control
Program Control
· Changes
Page history
oof
authored
Apr 12, 2020
by
Nuclaer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Program-Control.md
Program-Control.md
+1
-1
No files found.
Program-Control.md
View page @
b9c48c51
...
@@ -13,7 +13,7 @@ if a < b {
...
@@ -13,7 +13,7 @@ if a < b {
Exactly like C or C++, except without the parenthesis. The curly braces are required, however.
Exactly like C or C++, except without the parenthesis. The curly braces are required, however.
```
```
if
a < b {
while
a < b {
foo_bar();
foo_bar();
}
}
```
```
...
...