ढाँचा:0expr/doc
स्वरूप
| This is a documentation subpage for ढाँचा:Terminate sentence It may contain 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 |