Graham Samuel <livfoss@...> writes:

> Funny, I never noticed, after all these years…

...and if you find that surprising, you'll love the fact that you can
also do that with return values:

-- returns 100,200
function myPoint
  local x, y

  put 100 into x
  put 200 into y
  return x, y
end myPoint

-- 
 Mark Wieder
 ahsoftw...@gmail.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to