summaryrefslogtreecommitdiff
path: root/tests/eq.ur
blob: 1a780a57c6b971296068f9476827e0067f0d10c3 (plain)
1
2
3
4
fun main () : transaction page = return <xml><body>
  {txt _ (1 = 1)}, {txt _ (1 = 2)}<br/>
  {txt _ (1 <> 1)}, {txt _ (1 <> 2)}
</body></xml>