I'm just getting started with ThinkScript although I have a fair amount of experience programming with general purpose languages (e.g., Python, C, etc.) I have noticed in going through the ThinkScript tutorials that most of the scripts that appear as examples display their results with the plot command. What if I'm not interested in the plot but just in the result of a calculation. What I'm thinking of here is a calculation that I want to include in a scan. Say I create MyIndicator and I want to scan for all stocks where the current value of MyIndicator is greater than 90. I don't need (or want) to plot it, just have a value returned to the scanner. How do I do that? Is there a return keyword in ThinkScript?