Files
wren/test/number/multiply.wren
T

3 lines
69 B
Plaintext
Raw Normal View History

IO.print(5 * 3) // expect: 15
IO.print(12.34 * 0.3) // expect: 3.702