[HP-PRIME KERNEL] 2 ...



#2

In spanish

Encontré otro posible BUG al cambiar la marca decimal [,] <=> [.]

antes de continuar yo tuve problemas con esta característica en las HP48G y HP50 por ejemplo si un programa se codificaba con la marca decimal [,] y si se lo enviaba a una calculadora con marca [.] se generaba un error de sintaxis, es muy difícil solucionar esto pues al aceptar un numero complejo (a,b ) se genera ambigüedad, esto realmente complica muchas cosas y debería suprimirse del OS de la HP-Prime

primer caso donde se presenta un error o posible BUG

[HOME MODE & (a,b) complex format & (,) decimal mark ] /!\ un numero complejo en forma de coordenada se debe entrar con punto y coma [;]

(3;4); [ENTER] => (3,4) // Posible BUG pues ya no es un numero complejo sino un numero decimal

llevándolo a la entry line se comprueba el BICHO

(3,4) [ENTER] 3,4 // Posible BUG


Segundo caso donde hay una falla por cambiar la marca decimal

Si vuelven a cambiar el flag de la marcas decimal el historial no se actualiza, haciendo que las entradas ya no sean números complejos sino decimales, en la HP50 si realizaba el cambio

TERCER CASO

El editor de programas me dice que hay un error de sintaxis yo escribo por teclado (3,4) automaticamente escribe (3;4) OK pero al revisar sintaxis falla


EXPORT decimalMark()
BEGIN
LOCAL N1;
N1:=(3;4); // Syntax Error, Why?
PRINT(ABS(N1));
WAIT;
END;


#3

This is also a known issue. In the program editor, the ";" is only being interpreted as the end of a line of code and currently does not recognize the comma (,) settings. There is a similar issue with users entering integers without specifying the base, and some users would obtain syntax errors as a result (because they are in a different base than the one used by the program's author).


Possibly Related Threads…
Thread Author Replies Views Last Post
  [HP-PRIME kernel] asin, ASIN, aSin ??? CompSystems 1 1,138 11-03-2013, 07:29 AM
Last Post: Han
  [HP-PRIME KERNEL] ... CompSystems 0 908 11-02-2013, 11:28 PM
Last Post: CompSystems
  HP 48 Meta Kernel card for sale? bluesun08 5 1,997 02-16-2012, 08:17 AM
Last Post: Timo
  48GX + Meta Kernel + Erable + ALG48 all at once? mr-scorpio 8 2,355 06-24-2011, 01:53 PM
Last Post: Gilles Carpentier
  HP48GX Meta Kernel Jeff 3 1,320 07-12-2006, 10:29 AM
Last Post: Giancarlo (Italy)
  HP48GX and Meta Kernel Jeff Duff 6 1,899 07-01-2006, 03:29 AM
Last Post: Han
  HP-49g Kernel Michel Beaulieu 4 1,828 05-30-2004, 12:14 AM
Last Post: James M. Prange
  Is it possible to edit the Meta Kernel? Marc 2 1,017 01-31-2004, 08:27 PM
Last Post: Veli-Pekka Nousiainen
  The way that it is moved through the Meta kernel from port1 to port2. Hiroshi Ito 3 1,296 07-20-2002, 06:56 PM
Last Post: J.C. Randerson

Forum Jump: