Multiply if you're lucky.
@mikeroonz I still don't know what YAML stands for but I always read it as
Ya
Ain't
goMMa
need Lt
Damn man, you're a real professional.
How do you mean I'm not supposed to burn a thousand hours doing reverse engineering!? What do you pay me for?
Oh, great. I think that's a follow.
I hope I don't disappoint youI don't think that's likely.
But probably you shouldn't follow me back, you'll be baffled and disappointed by my Rioplatense shitposting.
@chrisisgr8 logic is awesome because we can twist anything into anything else. We get to interpret everything.
My story about why I came home from the store with 6 loaves of bread.
An Programmer sent to the store
With the Following Instructions:
Buy Bread
2 Loaves
But
IF they have eggs
Get a half dozen
So the Programmer buys 6 Loaves of Bread
WHY?
Because they have eggs!
------------------------------------------
The Instruction Flow creates the programming
Function BuyBread
Loaves Variable initialized to 2
// Variable name irrelevant to value, so plural = irrelevant
Conditional with 2 possible outcomes
IF(eggs = true)
{
}
ELSE IF(eggs=false)
{
}
being a programmer is very liberating because i can turn any computer problem into a much weirder computer problem