9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
[source,csharp]
|
|
----
|
|
if (condition)
|
|
{
|
|
ExecuteSomething();
|
|
CheckSomething();
|
|
}
|
|
----
|