45 lines
735 B
Plaintext
45 lines
735 B
Plaintext
=================================================
|
|
Command invocation without argument [no_argument]
|
|
=================================================
|
|
|
|
message()
|
|
|
|
---
|
|
|
|
(source_file
|
|
(normal_command
|
|
(identifier)
|
|
)
|
|
)
|
|
|
|
=============================================================
|
|
Command invocation without argument with spaces [no_argument]
|
|
=============================================================
|
|
|
|
message( )
|
|
|
|
---
|
|
|
|
(source_file
|
|
(normal_command
|
|
(identifier)
|
|
)
|
|
)
|
|
|
|
==============================================================
|
|
Command invocation without argument with newline [no_argument]
|
|
==============================================================
|
|
|
|
message(
|
|
|
|
)
|
|
|
|
---
|
|
|
|
(source_file
|
|
(normal_command
|
|
(identifier)
|
|
)
|
|
)
|
|
|