interpreter&vm: handle multi-iterator
[nit.git] / tests / example_string.nit
index 1264a67..b2d800e 100644 (file)
@@ -18,8 +18,8 @@
 # It displays the value of a local variable.
 # It exhibs ways to concatenate strings.
 
-#alt1 import standard
-#alt1 import standard::text::ropes
+#alt1 import core
+#alt1 import core::text::ropes
 
 var a = 10
 # First way: Multiple parameters.