12 lines
130 B
PHP
12 lines
130 B
PHP
|
<?
|
||
|
class hCloseCommand extends hCommand
|
||
|
{
|
||
|
// Might be expanded in the future ..
|
||
|
|
||
|
function assemble()
|
||
|
{
|
||
|
return "L O";
|
||
|
}
|
||
|
}
|
||
|
?>
|