Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Create assert.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David P. Chassin authored Nov 14, 2019
1 parent 536c6ca commit f85b388
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/Module/assert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[Module/assert]] -- Assert module

# Synopsis
~~~
module assert {
set {QUIET=65536, WARNING=131072, DEBUG=262144, VERBOSE=524288} message_flags; // module message control flags
}
~~~

# Description

The `assert` module provides conditional validation of object properties.

* [[assert]]

# See also

* [[assert]]

0 comments on commit f85b388

Please sign in to comment.