examples/mnit_dino: add a README.md file
[nit.git] / examples / langannot.nit
index 7d471f6..cd294e1 100644 (file)
@@ -35,3 +35,9 @@ example
 
 of the language annotation capacities
 """
+
+var s = "example"
+
+print "This superstring {s} rocks"
+
+print "This superstring %1 rocks".format(s)