10.07.2015 Views

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Unions: Discriminated (Algol 68, Ada)Figure1 : Figure;Figure2 : Figure(Form => Triangle);Figure1 := (Filled => True,Color => Blue,Form => Rectangle,Side1 => 12,Side2 => 3);if (Figure1.Diameter > 3.0) // => run-time type error.Lecture 0637

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!