INT showme, mybed: -- declare two integer variables SEQ showme := 500(INT) REAL64 showme: -- the real variable showme has knocked a hole SEQ -- in the scope of the integer variable showme showme := 3.14(REAL64)