mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
15 lines
223 B
Text
15 lines
223 B
Text
namespace Namespace {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace Array {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace Array {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace var a : Array {
|
|
decl something : Unit -> Unit
|
|
}
|