38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng35bc6.html">[<<Previous Entry]</A>
|
|
<A HREF="ng34ce6.html">[^^Up^^]</A>
|
|
<A HREF="ng35ee9.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>MOD Modulo Arithmetic</B>
|
|
|
|
<B>exp1</B> <B>MOD exp2</B>
|
|
|
|
The MOD operator performs modulo arithmetic. That is, it performs an
|
|
integer division on its two operands (see \) and returns the
|
|
remainder. The result is an integer.
|
|
|
|
<B> exp1</B>,<B>exp2</B> Any numeric expression.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng35173.html">^^</A>
|
|
<A HREF="ng3593a.html">-</A>
|
|
<A HREF="ng3531b.html">*</A>
|
|
<A HREF="ng354c1.html">/</A>
|
|
<A HREF="ng35bc6.html">\</A>
|
|
<A HREF="ng35d81.html">MOD</A>
|
|
<A HREF="ng356a1.html">+</A>
|
|
<A HREF="ng34f34.html">Precedence</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|