musique/regression-tests/builtin/typeof.mq

8 lines
131 B
Plaintext
Raw Normal View History

say (typeof (call flat)),
say (typeof 0),
2022-10-31 00:39:56 +01:00
say (typeof ()),
say (typeof c),
say (typeof false),
say (typeof nil),
say (typeof say),