static IVarWithNotify textFileAsVarWithNotify(File file) { ret new TypedVirtualVar(S, -> loadTextFile(file), text -> saveTextFile(file, text)); }