This code
set ver to version of application "Finder"
log ver
results in
(*10.12.1*)
But this code
log version of application "Finder"
spits
(*version*)
Is there a way to log the actual value without introducing a variable? I.e. what's the magic keyword for evaluation?