```sh
./gwion hello_world.gw
```
-
-:mag: learn more about options: :mag_right:
-
-```
-./gwion --help
-```
+You want to know more? :smile: Look [here](https://fennecdjay.github.io/gwion-docs/)
+Still WIP but a nice place to learn and [contribute](https://github.com/fennecdjay/gwion-docs/issues)
#### build
just
OP_CHECK(opck_const_rhs) {
const Exp_Binary* bin = (Exp_Binary*)data;
-printf("rhs %p %i\n", bin->rhs, bin->rhs->meta);
if(bin->rhs->meta != ae_meta_var)
ERR_N(bin->rhs->pos, _("cannot assign '%s' on types '%s' and '%s'.\n"
" ... (reason: --- right-side operand is %s.)"),