Document interpolation.

This commit is contained in:
Bob Nystrom
2015-11-21 09:20:50 -08:00
parent 78655c68b0
commit 03163a760f
5 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ a familiar, modern [syntax][].
class Wren {
flyTo(city) {
System.print("Flying to " + city)
System.print("Flying to %(city)")
}
}