mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-25 08:18:43 +00:00
19 lines
267 B
Text
19 lines
267 B
Text
namespace some-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
|
|
}
|