Skip to content

Commit

Permalink
Removed kilobyte
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique authored Nov 20, 2023
1 parent 7afebd0 commit b914fb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit b914fb7

Please sign in to comment.