From e6b822ba44b57958eefa713cac2623ccfe69fe4a Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Wed, 5 Oct 2022 13:08:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d5ed1617..372434b0c 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ If you want to use a binary representation for integers, `Int9` and `Int99` type const var age: Int9 = 28! ``` +Technical info: Type annotations don't do anything, but they help some people to feel more comfortable. + ## File Structure Write five or more equals signs to start a new file. This removes the need for multiple files or any build process. ```java