Files
Basalt2/node_modules/shiki/samples/ara.sample
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

30 lines
384 B
Plaintext

namespace MyNamespace;
use MyOtherNamespace\MyOtherClass;
use function MyOtherNamespace\my_other_function;
use const MyOtherNamespace\MY_OTHER_CONST;
const MY_CONST = 1;
type MyType = int;
interface MyInterface {
// ...
}
class MyClass {
// ...
}
enum MyEnum {
// ...
}
function my_function(): void {
// ...
}
https://ara-lang.io/fundamentals/structure.html