1 2 3 4 5 6 7 8
// "A better C than C" ... ? // main: () -> int = { s: std::string = "Fred"; myfile := cpp2::fopen("xyzzy", "w"); _ = myfile.fprintf( "Hello %s with UFCS!", s.c_str() ); }