X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/4dfd7c1f3c66f996be4ca07de909c13b9dd3df0c..6a0f845cfaf0795c2898781e795267f4b07a3051:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index 6c26770..9119b75 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -167,7 +167,7 @@ Be cautious when pushing constants in your code for use as bit arrays. Due to the mismatch between the VVhitespace language's sign-magnitude representation of integers and the interpreter's internal twos-complement representation, bit arrays with a leading `1` (i.e. negative numbers) may appear quite different -then expected in your source code. +than expected in your source code. For example, to push a 64-bit array of all `1`'s on to the stack we must push `SSTTN`, or `-1`.