Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
public class Haiku {
int verboseVariable;
} // this is just filler
tbh i think oop languages exists just to make codes tidier
so you won't end up writing codes that looks like this:
struct what {
// yada yada yada
}
void whatever(what *yes){
// do something with yes
}
me too
i would also like to “ask”
so @allyz asked how to become beta and/or get verified yesterday and now they have both. So…
How to get beta or verify tag? (asking for a friend)
people argue on which Linux distro is the best
it’s just Linux, sheesh
APL.
T←'A partridge in a pear tree.' 'Two turtle doves, and' 'Three French hens,' 'Four calling birds,' 'Five gold rings,' 'Six geese a-laying,' 'Seven swans a-swimming,' 'Eight maids a-milking,' 'Nine ladies dancing,' 'Ten lords a-leaping,' 'Eleven pipers piping,' 'Twelve drummers drumming,'
C←'first' 'second' 'third' 'fourth' 'fifth' 'sixth' 'seventh' 'eighth' 'nineth' 'tenth' 'eleventh' 'twelfth'
∇ line X
⎕←'On the',C[X],'day of Christmas'
⎕←'My true love sent to me'
{⎕←⍵}¨⌽(X≥⍳12)/T
⎕←''
∇
line¨⍳12