// "A better C than C" ... ? // main: () -> int = { s: std::string = "Fred"; myfile := fopen("xyzzy", "w"); _ = myfile.fprintf( "Hello %s with UFCS!", s.c_str() ); _ = myfile.fclose(); }