Skip to content

Instantly share code, notes, and snippets.

@jordanbrown0
Created March 2, 2023 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanbrown0/8c1f56c2574b0b2070f6d828c30335ed to your computer and use it in GitHub Desktop.
Save jordanbrown0/8c1f56c2574b0b2070f6d828c30335ed to your computer and use it in GitHub Desktop.
left = 5;
right = 5;
locked = false;
final_left = left;
final_right = locked ? left : right;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment