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
Add axis, bool, bool[], int, int[], float, and float[] definitions to the language. Together with initializations. For example:
axis
bool
bool[]
int
int[]
float
float[]
int i = 42 int j = i float[3] angles = { -0.5, -0.25, 0.75 }
The text was updated successfully, but these errors were encountered:
This task was accomplished by PR #189.
Sorry, something went wrong.
rturrado
No branches or pull requests
Add
axis
,bool
,bool[]
,int
,int[]
,float
, andfloat[]
definitions to the language.Together with initializations. For example:
The text was updated successfully, but these errors were encountered: