Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed size array #55

Open
tmteam opened this issue Jun 15, 2022 · 0 comments
Open

Fixed size array #55

tmteam opened this issue Jun 15, 2022 · 0 comments
Labels
Brutal Can take a lot of time and health. Is your life long enough? Syntax Syntactic and semantic improvements and sugars Tic Type inference calculator has to be changed What if? [Candidate]

Comments

@tmteam
Copy link
Owner

tmteam commented Jun 15, 2022

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 ?

@tmteam tmteam added What if? [Candidate] Brutal Can take a lot of time and health. Is your life long enough? Syntax Syntactic and semantic improvements and sugars Tic Type inference calculator has to be changed labels Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Brutal Can take a lot of time and health. Is your life long enough? Syntax Syntactic and semantic improvements and sugars Tic Type inference calculator has to be changed What if? [Candidate]
Projects
None yet
Development

No branches or pull requests

1 participant