musique/regression-tests/builtin/typeof.mq
2022-10-27 22:32:20 +02:00

8 lines
131 B
Plaintext

say (typeof (call flat)),
say (typeof 0),
say (typeof []),
say (typeof c),
say (typeof false),
say (typeof nil),
say (typeof say),