BYOND needs something akin to this in Feature Requests
|
|
Redundant
|
ASSERT() should already handle this.
|
|
|
| Status: |
Redundant
This feature has already been implemented, or is already achievable with existing methods.
|
|
|
This.
Imagine all the possibilities - I firmly believe that every language needs a wtf() function.
|
#define wtf(x) ASSERT(x)...or if you want to specify the message:
#define wtf(x,y) if(x) {CRASH(y)}