File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / f77 / f77pass1 / tst / t13.f
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:26:07 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

c	subroutine tst13
	parameter(ntest=13)
c	computed goto, arithmetic if

	i=3
	x=0.5
	if(i*i-7)1,2,3
1	call e(1,ntest)
	goto 3
2	call e(2,ntest)
3	if(x*x-.25)4,5,6
4	call e(3,ntest)
	goto 5
6	call e(4,ntest)
5	goto(7,8,9,9)i*i-7
7	call e(5,ntest)
	goto 8
9	call e(6,ntest)
8	end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.