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

3 lines
77 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
e := ' 123 degreesToRadians sin '.
Transcript show: (Compiler evaluate: e) .