hello i was try this app but i was suppriced that i cant use graph or ewen crtcuz when i write following code it returns with begin expected! i believe that i was learn basic of fps so that code must work!:Code : xhtmlprogram try;uses: crt;beginwrite (bla bla bla);end.
Réponse n° 1 -------- le 10/04/2012 @ 22:21 par Philippe
visiteur
"uses crt" belongs to Turbo Pascal dialect and is not required. For the moment, there is no graphic facility, only standard Pascal. program try;
begin
write('blablabla');
end.
Réponse n° 2 -------- le 11/04/2012 @ 11:02 par Rammsis
visiteur
ok but how then i can use random if i cant define crt in uses? does you think that crt are worthless? btw in my pc fpc work just fine with all uses crt and wathewer math etc
Réponse n° 3 -------- le 12/04/2012 @ 10:01 par rammsis
visiteur
ok is there then any way to upgrade
my pp to turbo pascal ? any ideas?