How exactly does the programming GOLD/A keystroke work?
A. The GOLD/A keystroke in SPDEV is used to ALIGN CODE according to both equal signs “=” and colons “:”. GOLD/A works in two ways: 1) aligns code within a highlighted (selected) piece of code 2) aligns code while the cursor is placed in the code, without a selection made In the first case of highlighted code, SPDEV begins at the first line and proceeds to the last line, looking first for equal signs, then for colons. After all the code is scanned for the right-most locations of these symbols, the lines are rewritten with the symbols aligned.