15 lines
323 B
Text
15 lines
323 B
Text
==========================================
|
|
indented code after blocks
|
|
=========================================
|
|
|
|
package trivial
|
|
|
|
func one() {}
|
|
func two() {}
|
|
|
|
---
|
|
|
|
(program
|
|
(package_directive (package_name))
|
|
(func_declaration (var_name) (block_statement))
|
|
(func_declaration (var_name) (block_statement)))
|