Author Topic: r'ed stuff  (Read 13253 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
r'ed stuff
« on: December 18, 2010, 01:01:27 pm »
In Axe, lots of commands use r's, so for example:

DispGraphr
DispGraphrr

(3 and 4 levels of grayscale)

A->{H}r
A->{H+1}r

(pointers)

When I compile programs that use r'ed stuff in WabbitEmu, it returns no error and works :D

However, in my calculator, it gives me syntax error in all r's, I use an 84+ keypad, is it a bug?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: r'ed stuff
« Reply #1 on: December 18, 2010, 02:54:06 pm »
What version OS/Axe do you use? It worked on an Nspire running 2.42:




Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: r'ed stuff
« Reply #2 on: December 18, 2010, 02:56:17 pm »
Let's blame 2.53MP again :hyper:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: r'ed stuff
« Reply #3 on: December 18, 2010, 02:59:46 pm »
You typed r, not r, right?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: r'ed stuff
« Reply #4 on: December 18, 2010, 05:37:40 pm »
I type normal r, since I can't do the upper r in the calculator :S

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: r'ed stuff
« Reply #5 on: December 18, 2010, 05:38:05 pm »
I type normal r, since I can't do the upper r in the calculator :S

[2nd][apps] has it


Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: r'ed stuff
« Reply #6 on: December 18, 2010, 05:39:07 pm »
I type normal r, since I can't do the upper r in the calculator :S

They are two totally different tokens, so you have to use r. It's under 2nd+[ANGLE] > 3, as nemo said.




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: r'ed stuff
« Reply #7 on: December 18, 2010, 05:39:35 pm »
Wow I totally forgot there was a menu there. I always go through CATALOG. O.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: r'ed stuff
« Reply #8 on: December 18, 2010, 05:40:18 pm »
I type normal r, since I can't do the upper r in the calculator :S

They are two totally different tokens, so you have to use r. It's under 2nd+[ANGLE] > 3, as nemo said.

That explains it all :)

Offline FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: r'ed stuff
« Reply #9 on: December 18, 2010, 10:52:48 pm »
Let's blame 2.53MP again :hyper:
Wait, people actually use 2.53MP? ;)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: r'ed stuff
« Reply #10 on: December 18, 2010, 11:34:09 pm »
It appears so. Some people seem to have fallen in love with some of the new math functions and some even worship 2.53 MP despite all the problems and slowness it comes with. It is so bad from a developer point of view that now you have to test your programs in both 2.43 and 2.53 MP to make sure they work. With older OSes, we rarely ever needed to do that.

Anyway when many people upgrade to the latest version of something then immediately try to downgrade, it shows there's a serious problem with the latest version. I can understand if it's a beta, but not a final release. X.x
« Last Edit: December 18, 2010, 11:35:14 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: r'ed stuff
« Reply #11 on: December 19, 2010, 03:00:14 am »
Let's blame 2.53MP again :hyper:
Wait, people actually use 2.53MP? ;)
Nspire users... Well, they're actually using 2.54MP, but it's pretty much the same.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: r'ed stuff
« Reply #12 on: December 19, 2010, 03:05:59 am »
I heard it is worse in terms of stability but mathprint mode is slightly less slower
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: r'ed stuff
« Reply #13 on: December 19, 2010, 03:08:35 am »
Maybe that's caused by the emulator and not the OS? Or both of them, maybe...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: r'ed stuff
« Reply #14 on: December 19, 2010, 05:25:50 am »
Most likely emulation.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)