[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Complete Pascal Info Website is now finished.
The problem with TML Basic is that the codes look very bad when
compared to both GSoft BASIC and Complete Pascal:
This is how it looks like in the sample codes:
Graf Init 320
Graf On
_SetRect(VARPTR(aRect%(0)),100,10,190,20)
Compared this to Complete Pascal:
graphics(320);
setRect(r, 100, 10, 190, 20);
or GSoft BASIC
hgr
setRect(r, 100, 10, 190, 20)
TML Basic code is simply bad, especially all the toolbox calls need to
start with _...