Re: dir() or help()
"Mark Hahn" <[email protected]> Fri, 26 Mar 2004 13:45:53 -0800
| Newsgroups | gmane.comp.lang.prothon.devel,gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <013901c4137b$b9bd90d0$d701a8c0@MarkVaio> |
It's just a matter of not being implemented yet. I'll put it on the list. Although I have several comments about your attempts (and this will bring up some issues, at least it brings up some in my mind). dir() will not be implemented but there will be some equivalent when I figure it out. When help is implemented it will have to be Help(), not help(). All lower-case vars are local. sys is now Sys, re is now Re, etc. Luckily Int, None, True, False, are all unchanged. As I type this I realize this is a big problem. Any new user will try things like help, quit, etc. Of course any particular program like the interactive console can be hard-wired to look for specific commands, so maybe this isn't an issue. Maybe the console can stick help() into the local variables when it starts. ----- Original Message ----- From: "Sean A McKay" <[email protected]> To: <[email protected]> Sent: Friday, March 26, 2004 12:53 PM Subject: [Prothon-dev] dir() or help() > I ran the Prothon program and typed dir() and help() and got errors such > as Function %s not found. Is this intentional? If so, what would be the > prothon way of getting the same info? Also, if this is intentional, this > could be listed under the differences. > > Thanks, > Sean > > ________________________________________________________________ > The best thing to hit the Internet in years - Juno SpeedBand! > Surf the Web up to FIVE TIMES FASTER! > Only $14.95/ month - visit www.juno.com to sign up today! > > _______________________________________________ > Prothon-dev mailing list > [email protected] > http://lists.prothon.org/mailman/listinfo/prothon-dev > > >