assert
instruction⚓
There is an instruction that displays messages in the simulator's dialog window.
It is called assert
This instruction allows several levels of criticality:
- note
- warning
- error
- failure (arrêt de la simulation)
1 2 |
|
The message is displayed if the Boolean condition is false.