added assignments example

This commit is contained in:
Sandy Brownlee 2022-08-19 15:00:32 +01:00
parent 01f468f07d
commit ee57c9f711

8
programs/assignments.tri Normal file
View File

@ -0,0 +1,8 @@
let
var n : Integer;
var c : Char
in
begin
c := '&';
n := n + 1
end