310 RegisterVariable('slot' , vtCommand, @chSlot , false); |
310 RegisterVariable('slot' , vtCommand, @chSlot , false); |
311 RegisterVariable('put' , vtCommand, @chPut , false); |
311 RegisterVariable('put' , vtCommand, @chPut , false); |
312 RegisterVariable('ljump' , vtCommand, @chLJump , false); |
312 RegisterVariable('ljump' , vtCommand, @chLJump , false); |
313 RegisterVariable('hjump' , vtCommand, @chHJump , false); |
313 RegisterVariable('hjump' , vtCommand, @chHJump , false); |
314 RegisterVariable('fullscr' , vtCommand, @chFullScr , true ); |
314 RegisterVariable('fullscr' , vtCommand, @chFullScr , true ); |
|
315 RegisterVariable('+volup' , vtCommand, @chVolUp_p , true ); |
|
316 RegisterVariable('-volup' , vtCommand, @chVolUp_m , true ); |
|
317 RegisterVariable('+voldown', vtCommand, @chVolDown_p , true ); |
|
318 RegisterVariable('-voldown', vtCommand, @chVolDown_m , true ); |
315 |
319 |
316 finalization |
320 finalization |
317 FreeVariablesList |
321 FreeVariablesList |
318 |
322 |
319 end. |
323 end. |