image IMG1 := C // Define image variable IMG1 and assign image C to the variable IMG1 image IMG2, IMG3 // The comma here separates the image variables IMG2 := D // Assign the image B to the variable IMG1 IMG3 = IMG2 + IMG1 SetName(IMG3,"SUM") ShowImage(IMG3)