The Sidef programming language
Search...
Ctrl + K
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
1 year ago
Was this helpful?