Please enable JavaScript.
Coggle requires JavaScript to display documents.
data 1 time, data typey (FLOAT (like an int but with decimals, friends…
-
data typey
FLOAT
like an int but with decimals, friends with benefits
INT
numbery bumberies. like 1, or 2. or maybe 3, but you've got to buy them dinner first ;)
STR
like words, you cant do maths with them. in py its set with " or '
BOOL
true or false. based on boolean logic made by mr boolyballs who had riculasly large testicles but a very small sharft
-
-
arithmatic shifts
-
left
Left arithmetic shift is the same as logical shift left except the MSB is not included so it can remain as the sign:
-
-
-
right
Right arithmetic shift we shift to the right but they are replaced at the left with copies of the MSB:
-
-
-
-
-
-