proc Fibs take nth. define i = 1 as Integer. define a = 0; b = 1; c = 1 as Natural. loop while i "LESSTHAN" nth do c :- a + b. a :- b. b :- c. done. return c. corp.
Name:
Anonymous2014-12-29 23:11
>>15 I am disappointed that done is not pool instead.
Name:
Anonymous2014-12-29 23:44
>>15 corp and done are just different versions of end.
I actually like significant whitespace. My code is always properly indented anyway. Why do you guys dislike it so much? Making a parser for a grammar with significant whitespace certainly isn't the most fun activity to perform after a long day of work, but it's not like you have to write parsers everyday.
>>20 You god damn fucking little faggot, I am not >>12ramen, not even close. It amazes me what a stupid and worthless little twat you are, pretending like you're Admin-kike-kami-kohai himself and can see my IP address or some shit. Now you failed and everyone knows. You pulled down your pants to show off how huge your 10cm dick is and now everyone is laughing their asses off not only at your tiny cock that may as well not even exist, but at the fact that you are such a delusional retard that you thought it was big. You're the fucking laughing stock of /prog/, you know? You're a fucking joke to us, and trust me, we are laughing at you, not with. No one likes you. No one respects you. No one wants to see your posts or read your opinions on anything at all. Can't even tell people apart. So fucking pathetic.
Fag.
Name:
Anonymous2014-12-30 4:05
>>24 That's why I suggested OCaml instead of F-octothorpe.
Prove that all the possible block delimiters either belong to the begin/end family of explicit delimiters (this includes function end, ((( ))), {{{ }}}, proc corp) or are significant whitespace.