-
Notifications
You must be signed in to change notification settings - Fork 0
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
Crossed-out arrows and fields #5
Comments
Crossed-out arrows added via a5e2663, example: Crossed-out fields are lower priority. |
Ability to have one variable point to multiple values (i.e., when at least one pointer is crossed out) is done: |
Ability to have multiple arrows (incl. crossed-out arrows) extending from a single array element is also done, pending possible layout tweaks: |
Crossed out variables and fields proposed syntax:
|
In 6.031, many diagrams contain crossed-out elements, such as arrows and fields, and possibly entire nodes. These can be used to demonstrate the principles of mutability and reassignment. For example (http://web.mit.edu/6.031/www/sp20/classes/08-immutability/#@string_t_s):
These need to be supported by Snapdown.
The text was updated successfully, but these errors were encountered: