📜 ⬆️ ⬇️

Iron logic

 if VerifyStructure (avDetails) == TRUE
	 bStructure = TRUE
 else
	 bStructure = FALSE

 if VerifyStatement (avDetails) == TRUE
	 bStatement = TRUE
 else
	 bStatement = FALSE


Both specification functions return strictly boolean

')

Source: https://habr.com/ru/post/28489/


All Articles