Skip to content
Prev 278597 / 398506 Next

Transforming a string into a command

I would like to make a string executable, e.g,

s<- "ln(a+b)"
a<-1
b<-2

???? execute string s to obtain ln(a+b) ????

How can I make it?

Ciao fron Rome
Vittorio