Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Infinity/XPL0/infinity.xpl0
Normal file
8
Task/Infinity/XPL0/infinity.xpl0
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
int A;
|
||||
real X;
|
||||
[Format(0, 15); \output in scientific notation
|
||||
A:= addr X; \get address of (pointer to) X
|
||||
A(0):= $FFFF_FFFF; \stuff in largest possible value
|
||||
A(1):= $7FEF_FFFF;
|
||||
RlOut(0, X); \display it
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue