// C++ climate model
while (funding_exists)
{
    const bool climate_crisis = true;
    warming_cooling = !warming_cooling;
    sleep30years();
}
											- Disrupting the Borg is expensive and time consuming!
- Google Search
- 
		Recent Posts- Ice-Free Arctic By 2014
- Debt-Free US Treasury Forecast
- Analyzing Big City Crime (Part 2)
- Analyzing Big City Crime
- UK Migration Caused By Global Warming
- Climate Attribution In Greece
- “Brown: ’50 days to save world'”
- The Catastrophic Influence of Bovine Methane Emissions on Extraterrestrial Climate Patterns
- Posting On X
- Seventeen Years Of Fun
- The Importance Of Good Tools
- Temperature Shifts At Blue Hill, MA
- CO2²
- Time Of Observation Bias
- Climate Scamming For Profit
- Climate Scamming For Profit
- Back To The Future
- “records going back to 1961”
- Analyzing Rainfall At Asheville
- Historical Weather Analysis With Visitech
- “American Summers Are Starting to Feel Like Winter”
- Joker And Midnight Toker
- Cheering Crowds
- Understanding Flood Mechanisms
- Extreme Weather
 
- Recent Comments- conrad ziefle on Ice-Free Arctic By 2014
- Bob G on Ice-Free Arctic By 2014
- Bob G on Ice-Free Arctic By 2014
- conrad ziefle on Ice-Free Arctic By 2014
- conrad ziefle on Ice-Free Arctic By 2014
- Disillusioned on Ice-Free Arctic By 2014
- conrad ziefle on Debt-Free US Treasury Forecast
- Nicholas McGinley on Debt-Free US Treasury Forecast
- Nicholas McGinley on Debt-Free US Treasury Forecast
- Bob G on Ice-Free Arctic By 2014
 
 
			
I could not have written better code myself. I have written a much longer one (30 lines) to replace the Federal reserve system.
https://www.youtube.com/watch?x-yt-cl=84503534&v=NgeBneVu4w0&x-yt-ts=1421914688 lol
You forgot “const” before “bool climate_crisis = true;” just to bring the point home.
Fixed!
I want to know what happens when:
(funding_exists = false)
More name calling.
// C++ climate model
bool funding_exists;
while (true)
{
funding_exists = seek_funding();
while (funding_exists)
{
const bool climate_crisis = true;
warming_cooling = !warming_cooling;
sleep30years();
}
}
What happened to my indentation 🙁
WordUnimpressed ate it for breakfast.
Classic! Concise code is usually correct code. That climate model is on the mark.