.

Saturday, April 14, 2012

[Ada] If-Then-Else Syntax

          Hello, Reader ^^! Back again with source code. This time is a basic syntax If-Then-Else in Ada programming language. This source code is to show how to do If-Then-Else statement in Ada language. Here's the template:


if <condition> then
       <statement if true> 
else
       <statement if false>
end if;


Okay, that's all I can say. Thank you for reading ^^!








No comments:

Post a Comment