Pre-Scheme static allocation

Thomas Hintz <[email protected]> Wed, 21 Oct 2015 10:49:28 -0700
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <1445449768.2241431.416569969.208D8D0E@webmail.messagingengine.com>
Greetings,

Is it possible for Pre-Scheme to generate static array allocations? I'm
looking for something like:

char hello[] = "Hello, world.";

Also, if I attempt to pass a string directly into a function I get a
type error:

type mismatch
address
*char


Thanks and all the best,
Thomas Hintz