forecast code example
Example 1: weather
Why would you even go outside. You can program the outdoors
Example 2: forecast
var weather;
weather = "bad";
if(weather.equals("bad")) {
noPicnic(function() {
return ":(";
})
} else {
Picnic(function() {
return ":)";
})
}