Guest User

Untitled

a guest
Feb 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. for.pas: 0.012s # Free Pascal
  2. for.c: 0.014s # C programming language
  3. for.d: 0.016s # D
  4. for.cyc: 0.018s # Cyclone
  5. for.e: 0.023s # Eiffel - SmartEiffel
  6. for.dylan: 0.037s # Dylan - d2c
  7. for.lua: 0.071s # Lua
  8. for.p: 0.074s # Pawn
  9. for.exu: 0.095s # Euphoria
  10. for.sl: 0.238s # S-Lang
  11. for.pike: 0.326s # Pike
  12. for.pl: 0.506s # Perl
  13. for.rb: 0.629s # Ruby
  14. for.py: 0.840s # Python
  15. for.php: 0.952s # PHP
  16. for.rexx: 1.879s # Objective Rexx (IBM compiler)
  17. for.io: 2.579s # Io
  18. for.r: 5.006s # Rebol
  19. for.tcl: 10.647s # Tcl
  20.  
  21.  
  22. -- META CODE FOR TEST:
  23.  
  24. for (a = 1, a < 1000, a++)
  25. for (b = 1, b < 1000, b++)
  26. c = (( a + b ) / 10) * 200
  27. end
  28. end
  29.  
  30. print c
Add Comment
Please, Sign In to add comment