fork(1) download
  1. program ideone;
  2.  
  3. {$macro on}
  4. {$define b:=begin}
  5. {$define e:=end}
  6.  
  7.  
  8. b
  9. (* your code goes here *)
  10. writeln('hello b and e');
  11. e.
Success #stdin #stdout 0s 5536KB
stdin
Standard input is empty
stdout
hello b and e