def command(debugger, command, result, internal_dict):
    result.PutCString("hello world B")
    return None
