Just wonder if the statement of an if function can be a for loop in C++14. For example:
using namespace std; if (for (int i = 0; i < 10; i++)){ cout &