Files
emacs/snippets/emacs-lisp-mode/number-to-string
2024-04-30 07:08:23 +02:00

7 lines
146 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: number-to-string
# key: number-to-string
# key: nts
# --
(number-to-string $0)