Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
4
Task/Compound-data-type/REXX/compound-data-type-1.rexx
Normal file
4
Task/Compound-data-type/REXX/compound-data-type-1.rexx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
x= -4.9
|
||||
y= 1.7
|
||||
|
||||
point=x y
|
||||
8
Task/Compound-data-type/REXX/compound-data-type-2.rexx
Normal file
8
Task/Compound-data-type/REXX/compound-data-type-2.rexx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
x= -4.1
|
||||
y= 1/4e21
|
||||
|
||||
point=x y
|
||||
|
||||
bpoint=point
|
||||
|
||||
gpoint=5.6 7.3e-12
|
||||
Loading…
Add table
Add a link
Reference in a new issue