Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted by 3y6acTuK ( 17 years ago )
type	forum=record
		posts=record
			count:integer;
			content:string;
			reply:string;
		end;
		users=record
			count:integer;
			status:string;
			post:string;
		end;
	end;

 

Revise this Paste

Parent: 8991
Children: 8993
Your Name: Code Language: