mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
PO 2013 compiler for Wirth's RISC processor now can be compiled with voc
This commit is contained in:
parent
cf06850388
commit
edf0df4cbf
6 changed files with 253 additions and 71 deletions
10
src/voc07R/test.Mod
Normal file
10
src/voc07R/test.Mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
MODULE test;
|
||||
VAR b : BOOLEAN;
|
||||
i : INTEGER;
|
||||
BEGIN
|
||||
b := FALSE;
|
||||
i := ORD(b);
|
||||
|
||||
END test.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue