Merge branch 'doc' into wip
[nit.git] / doc / developpez / syntaxe / listings / declaration_s.nit
1 var x:Int
2 x = 0
3 var x:Int = 0
4 var x = 0