Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Variables/ALGOL-W/variables-1.alg
Normal file
7
Task/Variables/ALGOL-W/variables-1.alg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
% declare some variables %
|
||||
integer a1, a2; real b; long real c; complex d; long complex f;
|
||||
logical g; bits h; string(32) j;
|
||||
|
||||
% assign "initial values" %
|
||||
f := d := c := b := a2 := a1 := 0; % multiple assignment %
|
||||
g := false; h := #a0; j := "Hello, World!";
|
||||
Loading…
Add table
Add a link
Reference in a new issue