Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.57 warn - display warning message and continue

Usage: (warn message)
The argument is a string that printed out to stderr. The message is formed from the formatting string:

WARNING:  %s\n

The template processing resumes after printing the message.

Arguments:
message - message to display