forum-msg-id-127941-edit
Original date:2015-05-13 06:08:39 Edited by: irv Subject: Re: Coding practice for better user-proofing
Some programming languages (I forget which ones at the moment) have a way to include the current line number in an error message. So your error lines could read puts(1,"Error in line ~"), using some symbol such as ~ to stand for current_line. I wonder if such a capability could be added to Eu?
Not Categorized, Please Help
|