summaryrefslogtreecommitdiff
path: root/examples/init5.nl
blob: ac0e7377fcf25fce19844b0768febbf0a8b48a2d (plain)
1
2
3
4
5
6
k: int32;

if (100 > 100 && 2 == 2 && 3 == 3 && 4 == 4 && (k = 100) != 0)
{
    print k;
}