RIP
Tutorial
Tags
Topics
Examples
eBooks
Download ada (PDF)
ada
Getting started with ada
Attribute Image
Enumeration
Files and I/O streams
Genericity in Ada
Implementing the producer-consumer pattern
Outputting numbers
package Ada.Text_IO
Packages
Parameterized Types
Scalar Types
Enumeration
Fixed Point (Decimal)
Fixed Point (Ordinary)
Floating Point
Modular Integer
Singed Integer
Task
ada
Getting started with ada
Attribute Image
Enumeration
Files and I/O streams
Genericity in Ada
Implementing the producer-consumer pattern
Outputting numbers
package Ada.Text_IO
Packages
Parameterized Types
Scalar Types
Enumeration
Fixed Point (Decimal)
Fixed Point (Ordinary)
Floating Point
Modular Integer
Singed Integer
Task
ada
Singed Integer
Example
type Grade is range 0 .. 15; B : Grade := 11; C : Grade := 8; Avg : Grade := (B + C) / 2; -- Avg = 9
PDF
- Download
ada
for free
Previous
Next
This modified text is an extract of the original
Stack Overflow Documentation
created by following
contributors
and released under
CC BY-SA 3.0
This website is not affiliated with
Stack Overflow