$ ! STRON.COM Open the Student Terminal Room $ KB = 12 $ SP = 300 $ LOOP: $_set terminal KB'KB':/permanent/speed='SP' $_broadcast/bell KB'KB': The student terminal room is now open... You may log in. ** $ KB = KB + 1 $_if SP .EQ. 300 then _if KB .GT. 13 then SP = 4800 $_if KB .LE. 20 then _goto LOOP $_exit