Dude i just made the best dinner, rice and beans in a vegan chili mix soaked in hot sauce with daiya pepperjack over it. Soooo good freshly energized and ready to work
Michael Irwin
@dcpking_twitter
(don't go near the library tomorrow, people, it'll be flammable!!)
_
Robert Maylie
@rmaylie9560
that sound really good. You need some kuman in there.
haha i get the chili farts baaaaaaad.
Michael Irwin
@dcpking_twitter
Sp the instructions said to join into GitHub by saying "Hello World"....... ok then write(6, 10) 10 format(1H , 11HHello World)
is what I wrote :)
Robert Maylie
@rmaylie9560
that and pb&j
Lily Romano
@Lilyheart
:boom:
Jonathan Herman
@lantech19446
there's cumin in the chili spices, one of my favorite spices in fact. I'll saute ginger and turmeric throw some cumin in and then toss in some rice or quinoa
Lily Romano
@Lilyheart
xD Saying hello world get you a bot response. Anything else doesn’t!
Robert Maylie
@rmaylie9560
@dcpking_twitter you could of at least made the beginning message cute since it was getting discarded anyways
is that VB?
oooor the language we dont speak of...
(whispers) cobol
:worried:
Lily Romano
@Lilyheart
:hear_no_evil:
Robert Maylie
@rmaylie9560
😂
Michael Irwin
@dcpking_twitter
Naw! fortran :)
Robert Maylie
@rmaylie9560
nice!
So I have a recusion question...
Michael Irwin
@dcpking_twitter
go for it Robert
(again and again and again )
Robert Maylie
@rmaylie9560
the validations when using if statements. How do the 1 (true) -1(false) stop the loop but still retain the value?
does that question make sense? I worded it weird.
Lily Romano
@Lilyheart
talkin’ fortran?
Robert Maylie
@rmaylie9560
Java script but the process is pretty much the same across languages, right?
Michael Irwin
@dcpking_twitter
You have a function and inside it you're saying "if variable then call me" ? You have to have some way for the variable being used to obtain a value
Or else you can decide that you'll only go 10 deep (for example) and pass in the depth as a parameter as you invoke then function. Inside, it does its thing and then says "if depth < 10 then { depth += 1; call me(depth)" (pardon the pseudocode