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

6 lines
104 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if a eq 5 then begin
... some code here ...
endif [else begin
... some other code here ...
endelse]