Hello, you have come here looking for the meaning of the word
. In DICTIOUS you will not only get to know all the dictionary meanings for the word
, but we will also tell you about its etymology, its characteristics and you will know how to say
in singular and plural. Everything you need to know about the word
you have here. The definition of the word
will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
- A sub-template for use with single word Greek imperative forms in Greek conjugation inflection tables.
- Behaves the same as
{{el-conjug-sub3}}
except that the o/p for will be linked.
- Parameters
- def = default form
- alt = alternative form
- Logic
- If alt exists
- then if alt="-" (a hyphen, ascii#45)
- then o/p —
- else o/p alternative form (linked)
- endif
- else o/p default form (linked)
- endif
used by 1st and 2nd-B
: arguments are linked before o/p
* <alt> = an alternative form (hyphen when absent)
* <def> = the default form
IF <alt> EXISTS
THEN IF <alt> EQ= "-" (a hyphen, ascii#45)
THEN o/p m-dash
ELSE o/p ] {alternative form)
ENDIF
ELSE o/p ] (default form)
ENDIF