Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docs
General
Commits
51ad73b9
Commit
51ad73b9
authored
Mar 11, 2019
by
Нурмухаметов Вадим Наилович
⌨
Browse files
Update if.md
parent
0d5140bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
if.md
View file @
51ad73b9
**Простое условие + одна строка кода**
-
В одну строку
```
cs
s
harp
```
csharp
if
(
v
<=
5
)
v
=
10
;
```
или
...
...
@@ -8,7 +8,7 @@
if
(
v
<=
5
)
{
v
=
10
;
}
```
-
В две строки
```
cs
s
harp
```
csharp
if
(
v
<=
5
)
v
=
10
;
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment