From b914fb7de01904d4546a520e482b4ada154dcae7 Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Sun, 19 Nov 2023 19:51:29 -0500 Subject: [PATCH] Removed kilobyte --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 34d6d8c..d65fc2c 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,3 @@ The concept of a scope is very important in the Vyne language. Where does someth #### Scope dependency It is possible to define a scope as dependent on external factors. This makes it possible for a scope to access variables that are external to itself. It's up to the parent scope to satisfy those dependencies. - -### Numbers Syntax Sugar - -Ability to write `K` for kilobytes after a number to multiply it by 1024. `512K` would mean `512 * 1024`. `16K` would mean `16384`.