bakkdoor / fancy

Fancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
http://www.fancy-lang.org
BSD 3-Clause "New" or "Revised" License
261 stars 22 forks source link

Add newline escaping via '\' #43

Closed bakkdoor closed 14 years ago

bakkdoor commented 14 years ago

What the title says... Basically as in C or most other languages. E.g.

obj foo: "bar" \
     bar: "baz"

would be the same as:

obj foo: "bar" bar: "baz"
bakkdoor commented 14 years ago

Added support for escaping newlines via "\". Closed by ee4f94410ae80f9602378267d175ba7309d9ed39