ढाँचा:0expr/doc
This is a documentation subpage for ढाँचा:0expr. It contains usage information, categories and other content that is not part of the original ढाँचा page. |
This template uses Lua: |
Usage
सम्पादनEvaluate expression, add leading zero to non-negative result < 10.
{{0expr| {{CURRENTDOW}} }}
= अभिव्यक्ति त्रुटि: नपछड्याको विराम चिन्ह चरित्र "५"। for {{CURRENTDOW}}
= ५
{{ #expr:
{{ CURRENTDOW
}}}} = अभिव्यक्ति त्रुटि: नपछड्याको विराम चिन्ह चरित्र "५"।, for details see the talk page.
Code | Result |
---|---|
{{0expr|-1}}
|
-1 |
{{0expr|123/100}}
|
01.2299999999 |
{{0expr|1+9}}
|
10 |
{{0expr|not 10}}
|
00 |
{{0expr|1=(7<=8)*9}}
|
09 |
{{0expr|(7<=8)*9|2+3}}
|
05 |