From 959526f5f8ab8cd970f0fc26ca233b7cacdb9c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Br=C3=BCnker?= Date: Wed, 11 Apr 2018 23:37:27 +0200 Subject: [PATCH] change pill 04 to reflect that floating point number now exist --- pills/04-basics-of-language.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/04-basics-of-language.xml b/pills/04-basics-of-language.xml index 3ab4880..a1f844c 100644 --- a/pills/04-basics-of-language.xml +++ b/pills/04-basics-of-language.xml @@ -85,7 +85,7 @@ - Nix has integer (not floating point), string, path, boolean and null + Nix has integer, floating point, string, path, boolean and null simple types. Then there are also lists, sets and functions. These types are enough to build an operating system.