hello, guest, to forum fourteen.
certain apioforms are noncomformant to principle 14. they will be eradicated in due time.
citrons
4y148d
(edited 4y148d )
#2139
apologies for the late reply.
do you use the upsilon aurigae q standard or the vince weft reclamation bureau criterion (VWBRC)? (or something else?)
we use a 12-clause modified aurigae-based standard, which is mostly VWBRC-compliant.
my essence will be subsumed by the evil thirtysevenists at approximately ꬭ o'clock yesterday and I will be unable to respond until this weekend
I do again apologize for the delay.
"TWO" (2) is quite similar to "one" (1) (single).
also, file says that it's "data". I'm guessing that this is a custom format.
that would be rather redundant.
I made a lisp in shell. it was actually kind of shocking how slow it was.
I think there is one, but it isn't that good, and more a certainly welcome.
angle bracket syntax is sufficient in my opinion. automatic linkification annoys me in various cases.
however: I would VERY much not like to be put on a spam list because I do use my email server for important things. so, I would expect you to be very considerate.
I might offer such things if you ask.
why do you ask? would you like a mondecitronne.com email?
the website of jane doe is well worth looking at.
I found a website that I would like to share.
ubq would like you to wrap your website in a <pre> and supplement it with <figcaption>s. I'm not sure what she intends you to do with <figcaption>s, exactly, but the first thing should be easy to do.
you have been accepted, trimill. please thing the thing.
citrons
4y166d
(edited 4y163d )
#1864
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
I am now posting to resurface this thread, as it has been buried by random posts for some reason.
whats B
https://en.wikipedia.org/wiki/B_(programming_language)
UsernameIsPassword's password leaked!! not clickbait!!
citrons
4y166d
(edited 4y166d )
#1718
indeed!
also, you don't need brackets around array initializers:
beeoid[] 1, 2, 3;
also², you can assign multiple values to non-arrays:
beeoid 1, 2, 3;
the value beeoid here would be one, but the value of *(&beeoid + 1) would be 2.
also³, you don't need brackets around function bodies if they're a single statement:
add(a, b) return a + b;