Reports true or false based on the user's response to value.
value may be of any type, but is typically a string.
if user-yes-or-no? "Set up the model?" [ setup ]
Take me to the full NetLogo Dictionary