This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ASCII EQUS "␀\t\n\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz\{|}~" | |
err: MACRO | |
println "error: ", \1 | |
; print where the error occurred | |
println " {src}" | |
print " " | |
rept src_i - 1 | |
print "_" | |
endr |