Closed tom-writes-code closed 1 year ago
The following snippet fails to compile
dcl-s DatabasePassword varchar(1000); dcl-s PasswordMatchTestResult ind; userPassword = 'Password'; databasePassword = 'Password'; passwordMatchTestResult = (UserPassword = DatabasePassword);```
The following snippet fails to compile