Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::EscapeEOL [script]
- /* From http://www.glorioustrainwrecks.com/node/5400 - end of line is suppressed with a backslash */.
- (function(){
- var bs = String.fromCharCode(92);
- Wikifier.formatters.unshift({
- name: "continuedLine",
- match: bs+bs+"s",
- handler: function(a) {
- a.nextMatch = a.matchStart+3;
- }
- });
- }());
- ::Start
- The following passage will test the EndOfLine escape script
- [[Do The Test]]
- ::Do The Test
- You have \
- <<set $cash = "twenty">>\
- <<print $cash>>\
- dollars.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement