Компилятор и вм милана

This commit is contained in:
2025-05-22 15:19:31 +03:00
parent 9cad2ede63
commit 6da094ebbf
48 changed files with 6789 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
BEGIN
x := READ;
x := -x;
WRITE(-x);
IF -x > 0 THEN x := 1 FI;
x := x + -1;
x := x - -x;
x := x -1
END