RosettaCodeData/Task/Conditional-structures/IDL/conditional-structures-2.idl
2023-07-01 13:44:08 -04:00

5 lines
104 B
Text

if a eq 5 then begin
... some code here ...
endif [else begin
... some other code here ...
endelse]