% $Id: ExtraCommas.oz,v 1.1 2011/08/22 19:26:44 leavens Exp leavens $ % This file demonstrates "expansion error" messages % which also complain about "object application used outside of method". % All of these problems are the result of the use of commas! declare fun {ExtraCommas A B} {List.take [A, B, 72], 2} end