mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
19 lines
282 B
Text
19 lines
282 B
Text
namespace Namespace {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace Array {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace Array {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace var : Array {
|
|
decl something : Unit -> Unit
|
|
}
|
|
|
|
namespace const : Array {
|
|
decl something : Unit -> Unit
|
|
}
|