Browsing Serbian translation

528 of 547 results
528.
Execute commands based on conditional.

The `if COMMANDS' list is executed. If its exit status is zero, then the
`then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is
executed in turn, and if its exit status is zero, the corresponding
`then COMMANDS' list is executed and the if command completes. Otherwise,
the `else COMMANDS' list is executed, if present. The exit status of the
entire construct is the exit status of the last command executed, or zero
if no condition tested true.

Exit Status:
Returns the status of the last command executed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Извршава наредбе на основу условности.

Извршава се списак „if НАРЕДБЕ“. Ако је његово излазно стање нула, тада се
извршава списак „then НАРЕДБЕ“. У супротном, сваки списак „elif НАРЕДБЕ“
се извршава на смену, и ако је његово излазно стање нула, одговарајући списак
„then НАРЕДБЕ“ се извршава и наредба „if“ се завршава. У супротном, извршава
се списак „else НАРЕДБЕ“, ако постоји. Излазно стање читаве конструкције је
излазно стање последње извршене наредбе, или нула ако нема испробаног услова.

Излазно стање:
Исписује стање последње извршене наредбе.
Translated by Мирослав Николић
Located in builtins.c:1631
528 of 547 results

This translation is managed by Ubuntu Serbian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.