~ubuntu-branches/debian/sid/bc/sid

« back to all changes in this revision

Viewing changes to Test/div.b

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2002-04-13 11:33:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020413113349-hl2r1t730b91ov68
Tags: upstream-1.06
ImportĀ upstreamĀ versionĀ 1.06

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
scale = 20
 
2
a=2/3
 
3
for (i=0; i<1000; i++) {
 
4
  for (j=1; j<100; j++) b=a/j
 
5
}
 
6
b
 
7
quit
 
8