forked from Botanical/BotanJS
Put command
This commit is contained in:
@@ -46,5 +46,13 @@
|
||||
r[ 1 ] = str;
|
||||
};
|
||||
|
||||
Registers.prototype.get = function( r )
|
||||
{
|
||||
// 0 is one of the registers
|
||||
if( !r && r !== 0 ) r = "\"";
|
||||
|
||||
return this.__registers[ r ];
|
||||
};
|
||||
|
||||
ns[ NS_EXPORT ]( EX_CLASS, "Registers", Registers );
|
||||
})();
|
||||
|
Reference in New Issue
Block a user