10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
[source,swift]
|
|
----
|
|
if someCondition {
|
|
doSomething()
|
|
}
|
|
|
|
var result = doSomething()
|
|
return result
|
|
----
|