[lang-ref]
Basic
>
Operator
> ( arithmetic_operator_mul ) ( python )
[lang-ref] ( arithmetic_operator_mul ) ( python )
def test_arithmetic_operator_mul(): # * assert 3 * 5 == 15