Archived
Added bardemo
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
! this won't work until after some work in the practicals
|
||||
let
|
||||
var a : Integer;
|
||||
var b : Integer
|
||||
|
||||
in
|
||||
begin
|
||||
a := 1;
|
||||
b := 2;
|
||||
|
||||
putint(a);
|
||||
putint(b);
|
||||
putint(|a);
|
||||
putint(|b)
|
||||
end
|
||||
Reference in New Issue
Block a user