On 9/19/07, Stefan Strigler <steve@REDACTED> wrote: > Hi there, > > is there a way to define constants in escript? I've tried with > > #!/usr/bin/env escript > > -define(FOO, "hello world"). Why not: foo() -> "hello world". P.