Created
August 27, 2020 21:57
-
-
Save lelandrichardson/84430b49e3145ab23b8c2786fdeb682f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun Google( | |
$composer: Composer, | |
$static: Int, | |
number: Int | |
) { | |
Address( | |
$composer, | |
0b11110 or ($static and 0b1), | |
number=number, | |
street="Amphitheatre Pkwy", | |
city="Mountain View", | |
state="CA" | |
zip="94043" | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment