Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -2,13 +2,13 @@ MODULE AddressVar;
|
|||
IMPORT SYSTEM,StdLog;
|
||||
|
||||
VAR
|
||||
x: INTEGER;
|
||||
|
||||
x: INTEGER;
|
||||
|
||||
PROCEDURE Do*;
|
||||
BEGIN
|
||||
StdLog.String("ADR(x):> ");StdLog.IntForm(SYSTEM.ADR(x),StdLog.hexadecimal,8,'0',TRUE);StdLog.Ln
|
||||
StdLog.String("ADR(x):> ");StdLog.IntForm(SYSTEM.ADR(x),StdLog.hexadecimal,8,'0',TRUE);StdLog.Ln
|
||||
END Do;
|
||||
|
||||
BEGIN
|
||||
x := 10;
|
||||
x := 10;
|
||||
END AddressVar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue