---
title: Directives
canonical_url: https://mew-lang.org/future/directives/
sidecar_url: https://mew-lang.org/future/directives.md
content_hash: sha256:086328f81249b3d36deab0b7dd7c4441d60777c36777273223d99662187893c9
tokens: 124
uid: future.directives
reading_time_minutes: 1
---

Future
# Directives

 
> [!IMPORTANT]
> This functionality is not yet implemented

 
`#load` is already available, and is covered under [Directives](https://mew-lang.org/language/directives.md) in the language section.

 
### Reference Mew projects

 
```mew
#reference "../../foo.mewx"
#reference "../../bar.mewx"
```

 
### Executable name

 
```mew
#name "MyName"
```

 
> [!NOTE]
> Can only be specified in a `mewx` project file.

 
[Previous
                
                Future](/future/)