Syntax of $display and $strobe
- $display ("format_string", par_1, par_2, ... );
- $strobe ("format_string", par_1, par_2, ... );
- $monitor ("format_string", par_1, par_2, ... );
- $displayb (as above but defaults to binary..);
- $strobeh (as above but defaults to hex..);
- $monitoro (as above but defaults to octal..);