#include <iostream> int main() { auto transcend = []() { return "while (speed <= light) break; // Go beyond"; }; std::cout << transcend() << '\n'; } - Aditya Singh - more