You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(raise-user-error "you must provide a hex number as stdin or arg1. note: posix shells use # as a comment beginner; either quote appropriately or omit the #"))])
(displayln (or (string->number (if (char=? #\# (string-ref s 0)) (substring s 1) s) 16)