Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

abs revisited



set x to -44
set y to {-3, x, -5}
set x to abs(x)
{x, y}

on abs(q)
if q is less than 0 then set q to -q
return q
end abs

--> {44, {-3, -44, -5}}

--
Your right to free speech does not incur an obligation for anyone to listen.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.