mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
16 lines
220 B
Text
16 lines
220 B
Text
import "module"
|
|
import "module" : func
|
|
import "module" :
|
|
\type1
|
|
func1
|
|
func2
|
|
func3
|
|
func4
|
|
|
|
use module-namespace = import "module"
|
|
|
|
use part-of-module-namespace =
|
|
import "module" :
|
|
func1
|
|
func2
|
|
func3
|