|
|
|
@ -2559,12 +2559,10 @@ |
|
|
|
(rest args) |
|
|
|
(rest args) |
|
|
|
(get-rust-formatters (first args)) |
|
|
|
(get-rust-formatters (first args)) |
|
|
|
) |
|
|
|
) |
|
|
|
] (if (empty? clojure-fspecifiers) |
|
|
|
] |
|
|
|
args |
|
|
|
|
|
|
|
(cons (replace-groups (first args) clojure-fspecifiers) (rest args)) |
|
|
|
(cons (replace-groups (first args) clojure-fspecifiers) (rest args)) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
; DIVIDIR: Recibe dos numeros y devuelve su cociente, manteniendo su tipo. |
|
|
|
; DIVIDIR: Recibe dos numeros y devuelve su cociente, manteniendo su tipo. |
|
|
|
|