Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 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