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.
Answer n° 1 -------- 10/04/2012 @ 22:21 by Philippe
visitor
"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.
Answer n° 2 -------- 11/04/2012 @ 11:02 by Rammsis
visitor
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
Answer n° 3 -------- 12/04/2012 @ 10:01 by rammsis
visitor
ok is there then any way to upgrade
my pp to turbo pascal ? any ideas?
topic active
topic closed
Sticky
New message -
Correct message
Close topic
Make sticky