Skip to content

Instantly share code, notes, and snippets.

@sinistersnare
Created August 1, 2020 05:01
Show Gist options
  • Save sinistersnare/fd3cfc39c086911f00daf914f4910f4a to your computer and use it in GitHub Desktop.
Save sinistersnare/fd3cfc39c086911f00daf914f4910f4a to your computer and use it in GitHub Desktop.
#lang racket
> (define a 2)
> (void (set! a 3))
> a
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment