Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/main scconfig / src / tmpasm / regression / Tutor09_ui.gasm
30b66529-447f-407d-a34b-b48ac0e29c37/main

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/main (Download .tar.gz)

Tutor09_ui.gasm @30b66529-447f-407d-a34b-b48ac0e29c37/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