[comp.sys.handhelds] UP

crwth@kuling.UUCP (Olle Gallmo) (11/13/89)

From article <8618@microsoft.UUCP>, by alonzo@microsoft.UUCP (Alonzo Gariepy):

> LEVAL [9FCA]
> << { } + #C784h SYSEVAL >>
> 
> So CD is just LEVAL and the program to go up a directory is:
> 
> UP [44B5]
> << PATH 1 OVER SIZE OVER - SUB LEVAL >>
> 
> or, faster still: 
> 
> UP [8FCA]
> << PATH 1 OVER SIZE OVER - SUB #C784h SYSEVAL >>
> 

Very nice, but isn't it a little bit awkward to traverse the
whole path, just to go one step upwards? Why not do it like this?

UP
<< PATH DUP SIZE 1 - GET EVAL >>

It won't work if the current directory has a child with the same name
as the parent to the current directory or if the current directory is
the home directory (has no parent), but that doesn't matter in my opinion.

	/Crwth

---- "If God is perfect -- why did He create discontinous functions?" ----
Olle Gallmo (Crwth)
Email: crwth@kuling.DoCS.UU.SE
Real: Arstagatan 45, 754 34  Uppsala, Sweden

asuncion@ac.dal.ca (03/24/91)

I am waiting for my HP48SX to arrive in the mail from the states.

Will is take ages for me to figure out how to use it?

U51034@uicvm.uic.edu (03/25/91)

In article <4144@ac.dal.ca>, asuncion@ac.dal.ca says:
>
>I am waiting for my HP48SX to arrive in the mail from the states.
>
>Will is take ages for me to figure out how to use it?
>
>

In a word: YES.  But it all depends on how much of it you plan to use.  If you
want to get into all those funky I/O, systems-type programming, and other un-
documented things, then you're in for a long summer.  One of the best times to
expirement with the thing is when you first get it...you can't really lose any-
thing since you haven't got anything in it in the first place.  I still think
that "playing" with a calculator can teach you more than just reading the man-
ual cover-to-cover.  When you're playing with it, you're either trying out the
features that you'll really need/use or that interests you.  That way you can
quickly become accustomed to it and skip the B.S. till later.  Over time,
you'll eventually pick up on the more obscure features.  The 48 has so many
things you can do with it that you'll never be able to learn all of it at once.
Do you have a computer?  I've been with PC's since age 8 and I'm still learning
new stuff about them.  The important thing is to learn to use the things that
you need right away.  Getting your tools online quickly gets you your money's
worth faster.
____________________
Choudet "Jake" Khuon
U51034@UICVM.uic.edu

"I refuse to include a profound, enlightening, or otherwise cute quotation."-Me

stebbins@guiduk.enet.dec.com (Gary Stebbins) (03/27/91)

In article <91083.104359U51034@uicvm.uic.edu>, U51034@uicvm.uic.edu writes...
>
>Will is take ages for me to figure out how to use it?
>

How much do you want to figure out?  I've had mine 5 days now, of which
I've had very little time to work with the HP48sx, and I'm able to use it
and do simple programming - much due to reading examples posted here.

Of course, I've been going without much sleep for 5 days, too (I'm about
1/3 of the way through the 1st (of two) user manuals.

-------------------------------------------------------------------------------
stebbins@guiduk.enet.dec.com