Annotation of parser3/tests/163.html, revision 1.3

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: @print[value1;value2][dResult]
                     10: $dResult($value1 * $value2)
                     11: 
                     12: Operation: ^value1.format[%.2f] * ^value2.format[%.2f]<br /><br />
                     13: 
1.2       misha      14: #Result: ^dResult (auto format)<br />
                     15: .format[%.10f]: ^dResult.format[%.10f]<br />
1.1       misha      16: .int[]: ^dResult.int[]<br />
                     17: ^^math:round(): ^math:round($dResult)<br />
                     18: ^^math:ceiling(): ^math:ceiling($dResult)<br />
                     19: ^^math:floor(): ^math:floor($dResult)<br />

E-mail: