1.state categorically
2.to declare or affirm solemnly and formally as true;
Before God I swear I am innocent
3.insist on having one's opinions and rights recognized;
Women should assert themselves more!
4.assert to be true;
The letter asserts a free society
編寫代碼時,我們總是會做出一些假設,斷言就是用于在代碼中捕捉這些假設,可以將斷言看作是異常處理的一種高級形式。斷言表示為一些布爾表達式,程序員相信在程序中的某個特定點該表達式值為真。可以在任何時候啟用和禁用斷言驗證,因此可以在測試時啟用斷言,而在部署時禁用斷言。同樣,程序投入運行后,最終用戶在遇到問題時可以重新起用斷言。