Hi there, is there a way to define constants in escript? I've tried with #!/usr/bin/env escript -define(FOO, "hello world"). main(_) -> io:format("~s", [?FOO]). but no luck. Any help appreciated, Steve