# etti ise etsin

Yazılımcılık alanının programlama dalında **etti ise etsin** ölçüsü koşula bağlı iş yaptırmaya yarar. Bir koşul yazıldıktan sonra ise sözcüğü yazılarak koşul sorgusu başlatılır. Koşul geçerli sayıldığı sırada kapsanan işler yumuşlar işletilir.

On sekiz büyüktür a ise "Yetişkin olmayan kişi" yazısını germeye öteki adı ile ekrana basılsın ister isek aşağıdaki gibi bir yazış ile istediğimize erebiliriz.

{% code lineNumbers="true" %}

```
18 > a ise
    "Yetişkin olmayan kişi"
    bas-
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://belge.turkceyazilimkonati.com/yazilimca/etti-ise-etsin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
