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