'Coordinate' syntax

Mark Wieder mwieder at ahsoftware.net
Mon Jun 13 18:57:59 EDT 2016


Graham Samuel <livfoss at ...> 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
 ahsoftware at gmail.com


More information about the use-livecode mailing list