You are reading a single comment by @tickTock and its replies. Click here to read the full conversation.
  • Use this: eval()

    Little example:
    myProg = 'print("Hello world");';
    eval(myProg);

About

Avatar for tickTock @tickTock started