This repository has been archived on 2022-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
2022-08-31 12:25:57 +01:00

10 lines
126 B
Plaintext

let
var a : Integer;
var n : Integer
in
begin
if a < 0
then n := 0
else n := 1
end