Jump to content

Host introspection: Difference between revisions

m
→‎{{header|Delphi}}: no need to use inttostr
(→‎{{header|Retro}}: add Retro example)
m (→‎{{header|Delphi}}: no need to use inttostr)
Line 149:
 
begin
Writeln('word size: ', + IntToStr(SizeOf(Integer)));
Writeln('endianness: little endian'); // Windows is always little endian
end.</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.