Prelude.newLine couldn't hurt

This commit is contained in:
2021-11-14 22:25:12 -07:00
parent 9890360f55
commit e7546648b2

View File

@@ -618,4 +618,6 @@ class Prelude {
p = Prelude.truthy;
return Lambda.filter(l, p);
}
public static var newLine = "\n";
}