Soul_UK
Good find
Ryona4
Well aren't you just a budding web empire!
Looked at your other sites, how long have you been actively working on Project Unity? Looks quite promising!
one day I'll learn to code with java and make Minecraft 2.... one day...
Ryona4
Ryona4
Thanks for the helpful information! I'll probably start out with something basic...like basic and work my way up from there.
Stucuk's mind
procedure Bla;
var
A,B,C : Integer;
begin
A := 5;
B := 6;
C := A + B;
end;
" target="_blank">http://www.taoyue.com/tutorials/pascal/pas00.html[/quote1350630676]I found this site quite a while back when trying to learn the basics of pascal. Qotsa_101
When it comes to learning the best way in my opinion is to look at other peoples code. Find some open source code which does what you want to do and work out how it works, play around with the code and see what your modifications do. (Obviously you want to start with more basic code to begin with)
Stucuk