Archived
added assignments example
This commit is contained in:
@@ -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