[Home]
HomePage RecentChanges Frequently Asked Questions

multiplication

Multiplication Operator

The multiplication operator represented by the star symbol, is used as a dyadic operator used to return the calculated product of two operands multiplied together:

answer = 3 * 4 # 12

Multiplication Combination Assignment Operator

The multiplication compound assignment operator represented by a starequals digraph, can also be used to perform a multiplication:

value *= 3 # value = value * 3


Edit this page View other revisions Administration
Last edited 2011年04月17日 06:32 UTC by markhobley

Powered by sdf Creative Commons License <pierre.gaston+awk@gmail.com>

Awk Wiki by #awk is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.

AltStyle によって変換されたページ (->オリジナル) /