using ExO* text langname = @ExO* num operation1 = 0* num operation2 = 0* text myname = @void_* work up mk1 { print @Hi, this is the sample code for langname* print @Showing plus operations:* print @Value operation1 + 1 is equal to 1* print @Next value of 0 is operation1++* operation2=12+20* print @I can also make operations, 12+20 is operation2* print @less 1 is operation2--* end } work up mk2 { !comment sample* print @name withvoid_ null charactervoid_ void_variable* print @Please set me a name: * input myname* print @Okai, im myname* end } work up mk2 { !visual* end } !exit mono