From: Anthony DeRobertis Date: 2006-03-01T00:18:20+09:00 Subject: Re: Ruby Whitespace Semantics Martin S. Weber wrote: > On Tue, Feb 28, 2006 at 04:21:02AM +0900, Anthony DeRobertis wrote: >> foo = a + b + c ... >> + z > > If this is M(atlab) then the three dots serve to signal > that the line is continued, i.e. serving the same purpose > as does \ in ruby. No, that's pseudo-code and the three dots are an ellipsis indicating elided material. Yeah, sure, it should have been U+2026 (…) — but I'm lazy.