This is because |// is a binary operator as is |/* (And neither is easy to type on an iPhone.) --- james mccartney @ iphoneOn Dec 12, 2007, at 2:05 PM, Fredrik Olofsson <f@xxxxxxxxxxxxxxxxxxx> wrote:
i don't know if this even qualifies as an error. writing arguments with vertical lines, comments needs an extra space.this works... f= {|test|test+1} these don't... f= {|test|//no test+1 } f= {|test|/*no*/ test+1 } need a space... f= {|test| //yes test+1 } #| fredrikolofsson.com klippav.org musicalfieldsforever.com |# _______________________________________________ Sc-devel mailing list Sc-devel@xxxxxxxxxxxxxxx http://www.create.ucsb.edu/mailman/listinfo/sc-devel