Created
January 21, 2018 19:34
-
-
Save shirok/3c8a7c0f3faa3f58e401299c6785ac1f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
gosh> (describe 64) | |
64 is an instance of class <integer> | |
(#x40, #\@ as char, 1970-01-01T00:01:04Z as unix-time) | |
gosh> (describe 1234567890) | |
1234567890 is an instance of class <integer> | |
(#x499602d2, ~ 1.2Gi, 2009-02-13T23:31:30Z as unix-time) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment