Is possible to make Visual Cobol code shorter similar to something like that ?
string ReturnValue = Expression == true ? TruePart : FalsePart;
Using this the code would be shorter by 4 lines.
#IIF
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.