Pell's equation: Difference between revisions

m
→‎{{header|langur}}: replace deprecated ZLS token with ""
m (syntax highlighting fixup automation)
m (→‎{{header|langur}}: replace deprecated ZLS token with "")
Line 1,044:
val .C = f(.x) {
# format number string with commas
var .neg, .s = ZLS"", toString .x
if .s[1] == '-' {
.neg, .s = "-", rest .s
890

edits