C.49.  $world->interpret

Abstract

$world->interpret function: INTERPRETs a string as if typed in the input box

void $world->interpret( string );
 

This function interprets the string as if it were typed in the input box: commands are split, Perl code is run, aliases are expanded, etc.