Merge: doc: fixed some typos and other misc. corrections
[nit.git] / examples / rosettacode / loops_infinite.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: Loops/Infinite
7 #
8 # SEE: http://rosettacode.org/wiki/Loops/Infinite
9 module loops_infinite
10
11 loop print "SPAM"