deploy: 8a435363bb
This commit is contained in:
29
node_modules/shiki/samples/ara.sample
generated
vendored
29
node_modules/shiki/samples/ara.sample
generated
vendored
@@ -1,29 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user