Fix multiline strings with single quotes in Cephelapod and implement both types in Kalypso, one new test should pass for both

This commit is contained in:
Nathan Braswell
2016-02-15 23:12:56 -05:00
parent 815c213270
commit a898104f8a
3 changed files with 28 additions and 4 deletions

View File

@@ -181,5 +181,8 @@ obj string (Object, Serializable) {
out.add(current)
return out
}
fun for_each(func: fun(char):void) {
data.for_each(func)
}
};