RSS/Atom feed Twitter
Site is read-only, email is disabled

What does (#t) mean as a return value in script-fu?

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

What does (#t) mean as a return value in script-fu? Gary Aitken 16 Sep 18:58
  What does (#t) mean as a return value in script-fu? Michael Schumacher 16 Sep 19:30
Gary Aitken
2012-09-16 18:58:34 UTC (over 12 years ago)

What does (#t) mean as a return value in script-fu?

subject says it all...

Michael Schumacher
2012-09-16 19:30:56 UTC (over 12 years ago)

What does (#t) mean as a return value in script-fu?

On 16.09.2012 20:58, Gary Aitken wrote:

subject says it all...

http://schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_sec_6.3.1

It returned true. Hard to tell what this means without context, but usually it indicates that something has been executed successfully.