musique/examples/arithmetic.mq

4 lines
34 B
Plaintext
Raw Normal View History

2022-05-16 02:18:53 +02:00
say (1 + 3);
say (3 * 10);
say 42