// 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
- UK Green Energy Record
- UN Is Upset
- “Fascist Salute”
- Record Warmth Of January 1906
- Heat Trapping Difficulties
- Visitech – Data Made Simple – Antarctic Sea Ice
- Visitech – Data Made Simple
- California Governor Refused Firefighting Help
- Internet For Drowned Island
- A Toast To President Trump
- 97% Of Government Experts Agree
- Green Energy Progress
- Scientists Concerned
- New Data Tampering By NOAA
- Magical Thermometers
- Responsive Government In California
- Collapse Of The Antarctic Sea Ice Scam
- NPR : Cold And Snow Caused By Global Warming
- Snow Forecast In All 53 States
- 97% Consensus
- “Melting ice reveals millennia-old forest buried in the Rocky mountains”
- America Burning
- Mediterranean Britain
- Californians Celebrate Annual Wildfire Tradition
- June 17, 1917 In California
Recent Comments
- Greg in NZ on Record Warmth Of January 1906
- Disillusioned on “Fascist Salute”
- Francis Barnett on “Fascist Salute”
- Yonason on “Fascist Salute”
- Yonason on “Fascist Salute”
- Yonason on “Fascist Salute”
- Yonason on “Fascist Salute”
- Bob G on “Fascist Salute”
- arn on “Fascist Salute”
- Terry Shipman on “Fascist Salute”
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.