Removing personal assumptions from stdlib README.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 09:36:13 +0000 (02:36 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 30 Mar 2020 09:36:13 +0000 (02:36 -0700)
stdlib/README.md

index e455d3c..e0637d6 100644 (file)
@@ -169,9 +169,7 @@ arrays with a leading `1` (i.e. negative numbers) may appear quite different
 then expected in your source code.
 
 For example, to push a 64-bit array of all `1`'s on to the stack we must push
 then 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`, not
-`SSSTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTN`, or
-`2^65-1`.
+`SSTTN`, or `-1`.
 
 
 ## Extending Heap Reservation ##
 
 
 ## Extending Heap Reservation ##