Post AmUaf7KtI0cmu33EB6 by [email protected] | |
More posts by [email protected] | |
Post #AmUaf6uerXdnagmHI0 by [email protected] | |
0 likes, 0 repeats | |
I dont suppose there's any way to do logical and/or in C without coercing t… | |
Post #AmUaf72oNEA9zyamzw by [email protected] | |
0 likes, 0 repeats | |
It's so irritating that something as simple as logical and/or isn't the… | |
Post #AmUaf7BJray6QMZaG8 by [email protected] | |
0 likes, 0 repeats | |
@eniko Sorry "I am TOO OLD SKOOL" ( and mostly C/C++/ASM only ) .. WH… | |
Post #AmUaf7KtI0cmu33EB6 by [email protected] | |
0 likes, 0 repeats | |
@gilesgoat @eniko JavaScript 😬 | |
Post #AmUaf7Sgp0rZIEhSKm by [email protected] | |
0 likes, 0 repeats | |
@Xarizzar @gilesgoat and lua | |
Post #AmUaf7bYI3x5jiqX9E by [email protected] | |
0 likes, 0 repeats | |
@eniko @Xarizzar @gilesgoat and PHP 😊 | |
Post #AmUaf7jhnkTS90f2rA by [email protected] | |
0 likes, 1 repeats | |
@dev_ric @eniko @Xarizzar @gilesgoat Also perl. Probably most loosely typed lan… | |
Post #AmUb2wkqHZzV2FYJBg by [email protected] | |
0 likes, 0 repeats | |
Suppose I could make an inline function likeint or(int x, int y) { if (x) re… | |
Post #AmUb2xY7KNPFV4bezY by [email protected] | |
0 likes, 0 repeats | |
@eniko ternary operator?a = (x) ? x : y; | |
Post #AmUb2xgGq3vbuMQAhU by [email protected] | |
0 likes, 0 repeats | |
@Funkster oh yeah I suppose that would work | |
Post #AmUb2xomKQjYKkOxxg by [email protected] | |
0 likes, 1 repeats | |
@eniko Assuming no side effects on x. (Ok, strictly, assuming idempotency)@Funk… | |
Post #AmUbLYTMmnhNEEFeAC by [email protected] | |
0 likes, 0 repeats | |
@eniko if I understand you right, you want 5 or 2 to result in 5, not 7? | |
Post #AmUbLYdIBtddj0tZdQ by [email protected] | |
0 likes, 1 repeats | |
@slaeshjag if you find that '5 or 2' => 7, that indicates you're… | |
Post #AmipZmsW8qzRX48RQe by [email protected] | |
0 likes, 0 repeats | |
@eniko @Xarizzar @gilesgoat scrap that, I totally misread this. 😐 |