In a workspace window, type:
DialogView request: 'Give me something!'
Select the code and choose inspect from the middle mouse button menu. You should now see a dialog requesting a value. Go ahead and type one, then hit return or enter.
After you hit return or enter, you'll get an inspector with the return value, which is always a string. ()