summaryrefslogtreecommitdiff
path: root/tests/sidecheck.ur
blob: e21a00411ce2a7d765a522ed5a469cb88f5b5b36 (plain)
1
2
3
4
5
6
fun main () : transaction page =
    s <- source 0;
    n <- get s;
    set s (n + 1);
    n' <- get s;
    return <xml>{[n']}</xml>