10.07.2015 Views

Algol 68 - ACM Digital Library

Algol 68 - ACM Digital Library

Algol 68 - ACM Digital Library

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

138d)e)f)g)h)i)J)k)1)m)n)van Wijngaarden, et al.op ~ plusab, + : = ~ = (ref L int a, L int b) ref L int : a : = a + b ;op ~ plusab, +: = ~ = (ref L real a, L real b) ref L real : a : = a + b ;op ~ plusab, +: = ~ = (ref L compl a, L compl b) ref L compl : a := a + b ;op ~ timesab, x:=, ,: = ~ = (ref L int a, L int b) ref L int : a : = a x b ;op ~ timesab, x: =, ,: = ~ = (ref L real a, L real b) ref L real : a : = a x b ;op ~ timesab, x: =, ,: = ~ = (ref L compl a, JL compl b) ref L compl :a:=axb;op ~overab, ÷:=, %: =~ = (ref L int a, L int b) ref L int : a : = a ÷ b ;op ~modab, +x: =, ÷,: =, %x: =, %,: = ~ =(ref L int a, L int b) ref L int : a : = a +x b ;op ~ divab, /: = ~ = (ref L real a, L real b) ref L real : a : = a / b ;op ~ divab, /: = ~ = (ref L compl a, L compl b) ref L compl : a : = a / b ;op Q = (ref L real a, L int b) ref L real : a Q L real (b) ;ALGOL <strong>68</strong> Revised Report 139h) proc L arcsin = (L real x) L real: c if abs x

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!