Skip to content

Commit

Permalink
v1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
gabenugget authored Aug 10, 2024
1 parent 8784326 commit a4a9220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ yes, this is also object oriented
>nums
As stacks on stacks is a promotional language, we don't use comparisions with =. Instead we do ¬ comparisions.
as stacks on stacks is a promotional language, we don't use comparisions with =. Instead we do ¬ comparisions.
> [!NOTE]
> you can use ! instead of ¬.
`a+b, a-b, a*b, a/b, a|b //bit xor , a^b, a&b, a v b //bit or , ¬a //bit not, a mod b, flr a //floor a==b, a¬=b, a > b, a ¬> b, a < b, a ¬< b`
>strs
Expand All @@ -60,7 +62,7 @@ s--t // s-t but they need to removed if they are the EXACTLY THE SAME (the index
`¬a //not , a|b //xor , a&b //and , a v b //or, //combine ¬ and another op to make the n-op version (nand nor xnor)`

>[!IMPORTANT]
>operations are functions for probs, except for the ones that are from the nums.
>operations are functions for probabilites, except for the ones that are from the nums.
### jumpers

Expand Down

0 comments on commit a4a9220

Please sign in to comment.