Colin.

At least you are true-to-form, in providing a minimum line solution. Feels like 
old times. How about:



on x

end x




Doesn't do much that is useful, true, but is the shortest possible handler.


Craig


-----Original Message-----
From: Colin Holgate <co...@verizon.net>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Sent: Thu, Jan 31, 2013 10:05 am
Subject: Re: Coding challenge


Here's my one:

on makeChange Amt
  answer 100-Amt
end makeChange

Oh wait, that's for showing the maximum number of coins…



_______________________________________________
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

 
_______________________________________________
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