tmteam / NFun

Expressions Evaluator for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed size array

tmteam opened this issue · comments

a: int[4] =  [1,2,3,4] 
a: array [of int, 4] =  [1,2,3,4] 

m:ip = [127,0,0,1]
result = [127,0,0,1]. httpGet()
(first, second) = [1..100][1,2]
(byte1, *, byte2, *) =  m:ip

i:int = [1,2,3,4] #parse from bytes ?