well its right there...can some 1 tell me how to make
a procedure a constant so i wont have to type it up again i can just type in constat name, which is obviously shorter..
well its right there...can some 1 tell me how to make
a procedure a constant so i wont have to type it up again i can just type in constat name, which is obviously shorter..
What do you mean? Do you want it to just run the procedure?
Example:
SCAR Code:program new;
Procedure write;
begin
writeln('writing')
end;
Begin // making a main loop...
write;
end.
I hope this helps somehow...
~Stupedspam
it did kinda help thnx.
There are currently 1 users browsing this thread. (0 members and 1 guests)