.

Saturday, April 14, 2012

[Ada] If-Then Syntax

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


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


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





No comments:

Post a Comment