summaryrefslogtreecommitdiff
path: root/tests/num.ur
blob: 015f227c5e73b87b8113546fe74ab30112366937 (plain)
1
2
3
4
5
fun main () : transaction page = return <xml><body>
  {txt _ (-1)}, {txt _ (1 + 1)}, {txt _ (9 - 3)}, {txt _ (9 * 3)}, {txt _ (9 / 3)}, {txt _ (9 % 3)}<br/>
  {txt _ (-1.1)}, {txt _ (1.0 + 1.1)}, {txt _ (9.1 - 3.0)}, {txt _ (9.1 * 3.0)},
  {txt _ (9.1 / 3.0)}, {txt _ (9.1 % 3.0)}<br/>
</body></xml>