What's the code for the "evaluate Squeak" block?
Thanks!
Offline
Compiler evaluate: code logged: false
Or something?
I forget...
(skills! I replied exactly 120 seconds after)
Last edited by LS97 (2011-10-18 13:02:45)
Offline
LS97 wrote:
Compiler evaluate: code logged: false
Or something?I forget...
(skills! I replied exactly 120 seconds after)
Could you tell me exactly? (151 secs after... not as awesome as you, I'm afraid)
My motive is to create a (Evaluate mathematical expression [3*4]) reporter with code (and credit to you):
evaluateMath:exp self evaluate:'^ ', 'exp' "or whatever the code is"
Last edited by Hardmath123 (2011-10-18 13:08:04)
Offline
Really simply, it's
Compiler evaluate: 'code'.
Offline