Files
2018-08-02 17:53:23 +01:00

10 lines
406 B
JavaScript

function sayHello() {
nok = 'A rather long string of English text, an error message \
actually that just keeps going and going -- an error \
message to make the Energizer bunny blush (right through \
those Schwarzenegger shades)! Where was I? Oh yes, \
you\'ve got an error and all the extraneous whitespace is \
just gravy. Have a nice day.';
ok = 'ok';
}