Function Call
Function call can be used as statement. In this case, the return value of function will be ignored.
module ModuleA {
initial {
$display("Hello, world!");
}
}
Function call can be used as statement. In this case, the return value of function will be ignored.
module ModuleA {
initial {
$display("Hello, world!");
}
}