# code-block-pro/1.27.2/build/shiki/samples/ara.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.27.2. 30 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.27.2/code/build/shiki/samples/ara.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.27.2/raw/build/shiki/samples/ara.sample
- Modified: 2023-01-28T16:44:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.27.2/code/build/shiki/samples/ara.sample#L10-L20`.

```
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

```
