Annotation of parser3/tests/163.html, revision 1.2
1.1 misha 1: @main[]
2: $tData[^table::create{value1 value2
3: 18201.49 100
4: 18201.5 100
5: 18201.6 100
6: }]
7: ^tData.menu{^print($tData.value1;$tData.value2)}[<hr />]
8:
9:
10:
11:
12: @print[value1;value2][dResult]
13: $dResult($value1 * $value2)
14:
15: Operation: ^value1.format[%.2f] * ^value2.format[%.2f]<br /><br />
16:
1.2 ! misha 17: #Result: ^dResult (auto format)<br />
! 18: .format[%.10f]: ^dResult.format[%.10f]<br />
1.1 misha 19: .int[]: ^dResult.int[]<br />
20: ^^math:round(): ^math:round($dResult)<br />
21: ^^math:ceiling(): ^math:ceiling($dResult)<br />
22: ^^math:floor(): ^math:floor($dResult)<br />
E-mail: