summaryrefslogtreecommitdiff
path: root/tests/num.ur
blob: 6dab5ac3fbc6e1c0b9e83b45eb14cfa6d8484460 (plain)
1
2
3
fun main () : transaction page = return <xml><body>
  {txt _ (-1)}, {txt _ (1 + 1)}, {txt _ (9 - 3)}, {txt _ (9 * 3)}, {txt _ (9 / 3)}, {txt _ (9 % 3)}
</body></xml>