mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-24 07:48:45 +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
|
|
}
|