Related articles |
---|
OOP BASIC wy@gpu.srv.ualberta.ca (William Yu) (1999-05-24) |
Re: OOP BASIC qjackson@wave.home.com (Quinn Tyler Jackson) (1999-05-27) |
From: | "Quinn Tyler Jackson" <qjackson@wave.home.com> |
Newsgroups: | comp.compilers |
Date: | 27 May 1999 00:41:57 -0400 |
Organization: | Compilers Central |
References: | 99-05-118 |
Keywords: | OOP, Basic |
William Yu <wy@gpu.srv.ualberta.ca> wrote
>TYPE MyForm AS QApplication
> Money AS INTEGER
> SUB AddMoney(Dollars AS INTEGER)
> :
>END TYPE
> In this paradigm, I'm ignoring PUBLIC and PRIVATE elements.
> At the moment, I'm just looking for similar works, any ideas?
Have you taken a look at my informal paper on object-oriented basic
that covers what I was calling Fermat? It's on several sights out
there if you do a name search on me, but if you can't find it, feel
free to request a copy via email attachment.
--
Quinn Tyler Jackson
email: qjackson@wave.home.com
url: http://www.qtj.net/~quinn/
ftp: qtj.net
Return to the
comp.compilers page.
Search the
comp.compilers archives again.