Prelude.newLine couldn't hurt

This commit is contained in:
2021-11-14 22:25:12 -07:00
parent 24b7a0a2cf
commit e884b2636e

View File

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