RosettaCodeData/Task/Conditional-structures/IDL/conditional-structures-2.idl

6 lines
104 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if a eq 5 then begin
... some code here ...
endif [else begin
... some other code here ...
endelse]