Hacker News new | ask | show | jobs
by dvh 837 days ago
In pascal you can call function that has no arguments without parentheses: writeln;

if x = 5 then writeln;