Skip to content

Instantly share code, notes, and snippets.

@jordanbrown0
Created March 2, 2023 16:35
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/dce728cc382c832cf95aa34fd57062d0 to your computer and use it in GitHub Desktop.
Save jordanbrown0/dce728cc382c832cf95aa34fd57062d0 to your computer and use it in GitHub Desktop.
left = 5;
right = 5;
locked = false;
function left() = left;
function right() = locked ? left : right;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment