aboutsummaryrefslogtreecommitdiffstats
path: root/samples/sample1.code
blob: 1af39842b734c9a6800cc1672cf9c14d50065d0a (plain)
1
2
3
4
5
6
7
int.eq? 10 20
    "true"
    "false";

int.eq? 30 30
    "true"
    "false";