minor Block-Comment Bug/Problem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

minor Block-Comment Bug/Problem

serkom
Hi NetRexxers,

With a (ugly) line like content=xxx (see below) in NetRexx Source:
[Note the line contains a end-of-block-comment token in quotes]

I am able to put a line comment in front, but I am not able to put a
block comment arround. The program refuses to compile.

No big deal, but I'd like you to know.

content= "image/gif, image/x-xbitmap, image/jpeg, */*\r\n"
say content

-- the following does not compile:
/*
content= "image/gif, image/x-xbitmap, image/jpeg, */*\r\n"
*/

NetRexx portable processor, version 1.132
Copyright (c) IBM Corporation, 1998.  All rights reserved.
Program bug_comment.nrx
 7 +++ content= "image/gif, image/x-xbitmap, image/jpeg, */*\r\n"
   +++                                                          ^
   +++ Error: Literal string is not ended by the end of line
Compilation of 'bug_comment.nrx' failed [one error]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>