blob: 059a7e4062b2951a86c6900b153264f7e02008b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
subroutine option (icas,int,ital,ior)
call optn (4hcase,icas)
if (int .eq. 0) call optn (4hintn,3hlow)
if (int .eq. 1) call optn (4hintn,4hhigh)
call optn (4hfont,ital)
call optn (4horen,ior)
return
end
|