function MyAssert(value) { if (!value) { throw "Assert Failed"; } }