Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. bash-4.3$ echo "uses Crt;begin write('Press any key to continue...');readkey;end." > ismael.pas
  2.  
  3. bash-4.3$ fpc ismael.pas
  4. Free Pascal Compiler version 3.0.0+dfsg-8 [2016/09/03] for x86_64
  5. Copyright (c) 1993-2015 by Florian Klaempfl and others
  6. Target OS: Linux for x86-64
  7. Compiling ismael.pas
  8. Linking ismael
  9. /usr/bin/ld.bfd: warning: link.res contains output sections; did you forget -T?
  10. 1 lines compiled, 2.1 sec
  11.  
  12. bash-4.3$ ./ismael
  13. Press any key to continue...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement