Is there anything with binary numbers declaration? #21988
Unanswered
Yassinproweb
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`module main
fn main() {
// numbers
a := 0xfffffff
b := 0b1111111111111111111111111111111
c := 123
d := 0o7777777777
}
`
I dont know why but this b gives me a number in the terminal
Beta Was this translation helpful? Give feedback.
All reactions