walls icon indicating copy to clipboard operation
walls copied to clipboard

Walls accepts # in inline note

Open jedwards1211 opened this issue 6 years ago • 0 comments

I had thought the parser stops parsing an inline note at #, but the following compiles just fine and does create a foo segment:

#FIX	A	0	0	0	/test #14 #segment foo

Oddly enough, using something like #sege produces the confusing and untrue error message "Use only #SEG on vector lines".

Note:#FLAG directive lines allow #seg, #segment, etc. in their inline notes, and don't interpret it as an inline segment directive.

jedwards1211 avatar Feb 03 '19 23:02 jedwards1211