21 lines
699 B
Plaintext
21 lines
699 B
Plaintext
================================================================================
|
|
Simple package definition
|
|
================================================================================
|
|
package flob
|
|
--------------------------------------------------------------------------------
|
|
|
|
(source_file
|
|
(package_definition
|
|
(identifier)))
|
|
|
|
================================================================================
|
|
Dotted package definition
|
|
================================================================================
|
|
package flob.wibble
|
|
--------------------------------------------------------------------------------
|
|
|
|
(source_file
|
|
(package_definition
|
|
(identifier)
|
|
(identifier)))
|