Difference Between Using AppleScript's TID and just TID?

The question should be simple enough. Is there a difference in using:

get AppleScript’s text item delimiters

Versus just using:

get text item delimiters

I’ve seen both used before, and I’ve been curious if there is any better choice.

Hi,

in fact there is no difference.

As text item delimiters belong directly to AppleScript,
you can omit Applescipt’s in a pure AppleScript context and
you must write AppleScript’s in any application tell block