segment: The body of DEFINE does not have to be on separate lines.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 May 2021 20:00:24 +0000 (13:00 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 30 May 2021 20:01:04 +0000 (13:01 -0700)
commit012b9e4ecf47d844aea352b2c0b7dda80a7194bd
tree24335a4aea77f9db0531c47f22110ad50caec296
parent7972d570c028fabe0d281f2aafbb9e4a8f797239
segment: The body of DEFINE does not have to be on separate lines.

Some examples of one-line DEFINE can be seen at:
https://www.spsstools.net/en/macros/macros-index/utilities/quote-string-on-the-fly/
such as:
DEFINE !client() ABC Inc !ENDDEFINE.
src/language/lexer/segment.c
tests/language/lexer/scan.at
tests/language/lexer/segment.at