Changes between Version 31 and Version 32 of Fundamentals


Ignore:
Timestamp:
05/24/23 10:37:12 (3 years ago)
Author:
Alex Wilton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fundamentals

    v31 v32  
     1''Prev:'' [wiki:"Introduction" Introduction and Quick Start] | ''Next:'' [wiki:"Language" Language Manual]
     2----
     3
    14= CIVL-C Fundamentals
    25
     
    5659As usual, a translation unit consists of a sequence of variable declarations, function prototypes, and function definitions in file scope. In addition, assume statements may occur in the file scope.  These are used to state assumptions on the input values to a program.
    5760
     61----
     62''Prev:'' [wiki:"Introduction" Introduction and Quick Start] | ''Next:'' [wiki:"Language" Language Manual]