Skip to content

Instantly share code, notes, and snippets.

@kl0tl
Created June 29, 2014 16:53
Show Gist options
  • Save kl0tl/720155c88e44c6aa45dc to your computer and use it in GitHub Desktop.
Save kl0tl/720155c88e44c6aa45dc to your computer and use it in GitHub Desktop.
`Math.PI` shorthand
macro π {
rule {} => { Math.PI }
}
export π;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment