mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
18 lines
244 B
Text
18 lines
244 B
Text
import "module"
|
|
import "module" : func
|
|
import "module" :
|
|
func1
|
|
func2
|
|
func3
|
|
func4
|
|
func5
|
|
|
|
use ModuleNamespace = import "module"
|
|
|
|
use PartOfModuleNamespace =
|
|
import "module" :
|
|
func1
|
|
func2
|
|
func3
|
|
|
|
// ?? use ":" once again ??
|