RosettaCodeData/Task/Runtime-evaluation/Smalltalk/runtime-evaluation-2.st

3 lines
77 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
e := ' 123 degreesToRadians sin '.
Transcript show: (Compiler evaluate: e) .