Writing Stan code with greek symbols

Is it possible to use greek symbols in my Stan code? For example

β ~ std_normal();

Or will it always fail to compile?

1 Like

The Stan language is ASCII only.