We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
declare!
s/c: declare struct! [d [integer!] e [float!]] it should be
s/c: declare struct! [d [integer!] e [float!]]
And just below: 12 + 4 (integer) + 8 (float) = 24 in my book, not 20 bytes
The returned value of DECLARE STRUCT! is the memory address of the newly created struct! value.
It is never stated that structure is static (only allocated once), so is dangerous to use inside functions (see red/red@069f335 commit)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1
s/c: declare struct! [d [integer!] e [float!]]
it should be2
And just below:
![](https://camo.githubusercontent.com/bc595f201ed2043ca9017ec5a4dd29d0234571c609b26d3ecb0119f6e94eddc9/68747470733a2f2f692e6779617a6f2e636f6d2f61333832363131336261373635633330633137613031666636393966656432642e706e67)
12 + 4 (integer) + 8 (float) = 24 in my book, not 20 bytes
3
It is never stated that structure is static (only allocated once), so is dangerous to use inside functions (see red/red@069f335 commit)
The text was updated successfully, but these errors were encountered: