Assert
Asserts the given boolean and raises an error if false. This helper function is mainly used to validate proper generation of a blueprint
assert(somevalue == "yes")
Asserts the given boolean and raises an error if false. This helper function is mainly used to validate proper generation of a blueprint
assert(somevalue == "yes")