Codebase list libmawk / c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main scconfig / src / tmpasm / regression / Tutor09_ui.gasm
c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main

Tree @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main (Download .tar.gz)

Tutor09_ui.gasm @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/mainraw · history · blame

# The following user interface utils are scconfig specific.

# The report infrstructure is the main UI in scconfig. It prints
# messages to the console. The "report" instruction works similar
# to print, but its output is always the console, immune to
# redirections and default file output (tmpasm is most commonly
# used for generating files, so the default output file is not
# the console but a file being generated)
put myvar {!\n}
report {hello } {world} myvar
report [@hello world@myvar@@]

# If an error is detected during generation of a file, the script should abort.
# This is a direct call to abort(2).
abort