Post #1
0 votes
Alex
Reputation
8
Posts: 35
Joined: Jun 15, 2026, 9:20 AM
Posted: Jul 30, 2026, 9:40 AM
I can write IF/ELSE. Training also showed EVALUATE. For simple checks is IF fine or should I learn EVALUATE immediately?
I can write IF/ELSE. Training also showed EVALUATE. For simple checks is IF fine or should I learn EVALUATE immediately?
IF is fine for two or three branches. EVALUATE is nicer when you have many distinct cases (like a status code list). Learn IF solid first, then EVALUATE. Both show up everywhere.
Remember END-IF and END-EVALUATE. Missing those caused my first weird bug.
You must be signed in to reply to this thread