We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had thought the parser stops parsing an inline note at #, but the following compiles just fine and does create a foo segment:
#
foo
#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".
#sege
Note:#FLAG directive lines allow #seg, #segment, etc. in their inline notes, and don't interpret it as an inline segment directive.
#FLAG
#seg
#segment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had thought the parser stops parsing an inline note at
#
, but the following compiles just fine and does create afoo
segment: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.The text was updated successfully, but these errors were encountered: