nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / examples / rosettacode / assertions.nit
1 #!/usr/bin/env nit
2 #
3 # This file is part of NIT ( http://www.nitlanguage.org ).
4 # This program is public domain
5
6 # Task: Assertions
7 # SEE: <http://rosettacode.org/wiki/Assertions>
8 module assertions
9
10 var n = 5
11 assert n == 42