Pragma Wrote: > > // call both functions without a terminating ';' > foo bar > > The parser would likely interpret this as a variable declaration for "bar of type foo". :) you can't declare a variable of certain type in ecmascript.