The Sidef programming language
Ctrl
K
Copy
Programming tasks
L
Literals
Integer
Copy
say
255
say
0xff
say
0377
say
0b1111_1111
Output:
Copy
255
255
255
255
Previous
Floating point
Next
String
Last updated
2 years ago
Was this helpful?