main module TEST32W use TEXTIO %set debug_print_ccode = true declare A : static 8 bit integer initially 10 B : 32 bit integer initially 10 enddeclare if A = B do out_line (TTY, "A = B") endif endmodule