1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-20 04:10:12 -04:00
nix-pills/pills/08/to-string.txt

5 lines
88 B
Plaintext
Raw Normal View History

2017-08-13 15:54:12 -04:00
nix-repl> builtins.toString 123
"123"
nix-repl> builtins.toString [ 123 456 ]
"123 456"