RosettaCodeData/Task/Conditional-structures/Verilog/conditional-structures-2.v

7 lines
89 B
Coq
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
case( expr_booleana )
valor1: command1;
valor2: command2;
...
default: commandN;
endcase