SEDOLs: Difference between revisions

14 bytes removed ,  11 years ago
m
→‎{{header|PicoLisp}}: Small optimization
(→‎{{header|Pascal}}: add example)
m (→‎{{header|PicoLisp}}: Small optimization)
Line 1,364:
(cond
((>= "9" C "0")
(* W (- (charformat C) `(char "0"))) )
((>= "Z" (setq C (uppc C)) "A")
(* W (+ 10 (- (char C) `(char "A")))) ) ) )
Anonymous user