A minor inconsistency that stumped me for a while was that the Jolt
sugared "send" requires no colons preceding anonymous arguments, but
the Pepsi syntax does.

So, in Pepsi, I can successfully do:

  obj method : arg1 : arg2 : arg3

But in Jolt, if I do:

  [obj method : arg1 : arg2 : arg3]

I get an error like:

obj does not understand 'method:::'

It only works if I do:

  [obj method arg1 arg2 arg3]

Is this something that needs fixing, or maybe just documenting in the
Coke manual?

-- 
Michael FIG <[EMAIL PROTECTED]> //\
   http://michael.fig.org/    \//
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to