New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does 'b' work? #198
Comments
|
Hi, if your |
|
You got it right, and it's not broken. If you change the first port, you'll notice that the You can run this program to see the way |
|
well i clone the latest version under windows 10 and it seems to be stuck for me too. So @OrangeTux you may be right... by the way, I always fight to find the number version of Orca. Why not display it obviously ? |
|
There is no menu for browser-version users and OSX users, but I could display the version number a few more frames. |
|
Ok i miss the change of the b behaviour (the initials B.B.) but i must admit i don't catch how it works. |
|
It works just like before, but it takes a value as input, which can be a clock( |
|
ok but now the B operator needs a friend to work, before it was independent. So B "bounce" alone is just a substraction operator right in absolute value ? So the "bounce" name is quiet weird no ? |
|
It does need a friend to work now yes, how would you call it now? I'm not against renaming it. If you have a better name that starts with |
|
Well B as Between : returns the absolute value of the subtraction between the two terms |
|
Perfect :) I like it!, would you like to add it yourself to library.js, and make a pull request? |
|
Done ! |
|
thanks! |
|
Thanks for all the info! |
I'm not sure if
bis broken or I use it wrong.As I understand
b'bounces' back and forth over a sequence which boundaries are given by the parameters ofb. So the following example should output 1, 2, 3, 4, 5, 6, 7, 6, 5, 4, 3, 2, 1 and so on:Is my understanding of
bcorrect? If so, thanbseem to be broken. The output ofbdoesn't change. Using Orca 0.7.1 on UbuntuThe text was updated successfully, but these errors were encountered: