Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Metaprogramming/Phix/metaprogramming.phix
Normal file
7
Task/Metaprogramming/Phix/metaprogramming.phix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
object x
|
||||
#isginfo{x,0b0101,5,7,integer,3}
|
||||
-- {var,type,min,max,etype,len}
|
||||
-- (0b0101 is dword sequence|integer)
|
||||
x = {1,2,3} -- sequence of integer, length 3
|
||||
x = 5 -- integer 5 (becomes min)
|
||||
x = 7 -- integer 7 (becomes max)
|
||||
Loading…
Add table
Add a link
Reference in a new issue