proc statement

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

proc statement

Post by AriSilva »

By mistake I´ve added some comments at the end of the proc line without using the //
such as

PROC GLOBAL anything here is treated as comment

and the compiler accepted that!!!!
Best
Ari
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: proc statement

Post by josh »

This has been addressed in CSPro 7.3. In that version you will get the error:

ERROR(GLOBAL, 2): 'anything' is not a declared variable or is a misspelled dictionary entry
Post Reply