added assignments example
This commit is contained in:
parent
01f468f07d
commit
ee57c9f711
8
programs/assignments.tri
Normal file
8
programs/assignments.tri
Normal file
@ -0,0 +1,8 @@
|
||||
let
|
||||
var n : Integer;
|
||||
var c : Char
|
||||
in
|
||||
begin
|
||||
c := '&';
|
||||
n := n + 1
|
||||
end
|
Reference in New Issue
Block a user